shish hace 3 años
padre
commit
0c6e4dce73
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      biz-ghs/stat/classes/StatSaleClass.php

+ 1 - 0
biz-ghs/stat/classes/StatSaleClass.php

@@ -108,6 +108,7 @@ class StatSaleClass extends BaseClass
         $unClear = $get['unClear'] ?? 0;
         if ($unClear == 1) {
             $where['clearId'] = 0;
+            $where['remainDebtPrice>'] = 0;
         }
         $ghsOrderList = OrderClass::getAllByCondition($where, null, '*');
         return ['list' => $ghsOrderList];