shish 3 лет назад
Родитель
Сommit
b790de2be0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/CheckOrderController.php

+ 1 - 1
app-ghs/controllers/CheckOrderController.php

@@ -128,7 +128,7 @@ class CheckOrderController extends BaseController
 
         foreach ($ghsItemInfo as $key => $item) {
             //如果盘点数是99999则转为0
-            if (isset($item['bigNum']) && $item['bigNum'] = 99999) {
+            if (isset($item['bigNum']) && $item['bigNum'] == 99999) {
                 $ghsItemInfo[$key]['bigNum'] = 0;
             }
         }