Commit ad97e92c by hcy001

1

parent 01d35bea
Showing with 2 additions and 2 deletions
......@@ -402,7 +402,7 @@ class InquiryItemsModel extends Model
$con->commit();
return [0, '批量导入价成功'];
return [0, '批量导入价成功'];
}catch (\Exception $e) {
$con->rollBack();
return [1001,"添加失败:".$e->getMessage()];
......@@ -441,7 +441,7 @@ class InquiryItemsModel extends Model
if ($c == count($v)) continue;
array_push($goodsInfo,$temp);
}
if (count($goodsInfo) == 1) return [3, '未填写报价信息'];
if (count($goodsInfo) == 1) return [1, '询价信息不全'];
#验证数据
$CommonModel = new CommonModel();
......
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