rabin hace 2 años
padre
commit
431fdb40a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/agent/lib/Order_set.php

+ 1 - 1
service/agent/lib/Order_set.php

@@ -64,7 +64,7 @@ class Order_set
                 $sku_id = $temp[1];
             }
             
-            if ($v['total'] <= 0) {
+            if ($v['total'] < 0) {
                 continue;
             }
             $w = array();