Commit 307b4802 by 杨树贤

低级错误

parent d85ff49a
Showing with 1 additions and 1 deletions
......@@ -25,7 +25,7 @@ class SupplierValidator
return null;
}
$isAdd = empty($supplier['supplier_id']) ? true : false;
$isAdd = empty($validateData['supplier_id']) ? true : false;
//新增的时候要先去检验下一体化的数据,如果是实体黑名单用户,那么就不允许新增
$regionType = $validateData['region'] == SupplierChannelModel::REGION_CN ? 1 : 2;
......
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