Commit 1d015174 by 杨树贤

行数提示

parent 749850c5
......@@ -81,7 +81,7 @@ class SupplierExaminationService
//拼装数据插入校验,校验完成插入数据库
$examineData = [];
foreach ($data as $index => $item) {
$lineNo = $index;
$lineNo = $index + 2;
$item = array_map(function ($value) {
return trim($value);
}, $item);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment