wugg 2 năm trước cách đây
mục cha
commit
16d1f7964f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/admin/controller/Check.php

+ 1 - 1
app/admin/controller/Check.php

@@ -602,7 +602,7 @@ public function edit()
             if($value["value0"]==""){
                 return error_show(1003,"商品批次编号不能为空");
             }
-            if($value["value14"]===""){
+            if($value["value16"]===""){
                 continue;
             }
             $stock = Db::name("good_stock")->alias("a")