wugg 2 years ago
parent
commit
16d1f7964f
1 changed files with 1 additions and 1 deletions
  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")