Commit acdbb7e7 by 杨树贤

校验优化

parent 06025657
......@@ -32,7 +32,7 @@ class SupplierAttachmentValidator
//供应商为混合分销的时候,代理证的有效期必填
if ($supplierGroup == SupplierChannelModel::SUPPLIER_GROUP_MIX && !$attachment['validity_period']) {
return '供应商为混合分销的时候,代理证的有效期必填';
return '供应商为混合分销的时候,代理证的必须为自定义且必填';
}
if ($validator->fails()) {
......
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