فهرست منبع

[智价云] 导入提示更新

public 1 ماه پیش
والد
کامیت
4c08ae6be6
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      app/Http/Controllers/Manager/Process/ViolationProduct.php

+ 3 - 3
app/Http/Controllers/Manager/Process/ViolationProduct.php

@@ -789,13 +789,13 @@ class ViolationProduct extends Controller
         if (!$item[10]) {
             return ['code' => 'error', 'msg' => "第{$key}行公司名称不能为空"];
         }
-        if (!$item[11]) {
+        if (!$item[12]) {
             return ['code' => 'error', 'msg' => "第{$key}行信用代码不能为空"];
         }
-        if (!$item[12]) {
+        if (!$item[13]) {
             return ['code' => 'error', 'msg' => "第{$key}行省份不能为空"];
         }
-        if (!$item[13]) {
+        if (!$item[14]) {
             return ['code' => 'error', 'msg' => "第{$key}行城市不能为空"];
         }
     }