@@ -59,6 +59,9 @@ class StatCgGhsController extends BaseController
if ($status != 4) {
continue;
}
+ if ($actPrice <= 0) {
+ continue;
+ }
$carton = 0;
$pack = 0;
$freight = 0;