Commit ca892522 by 杨树贤

去掉pi校验

parent af1ef138
Showing with 5 additions and 5 deletions
...@@ -172,11 +172,11 @@ class SupplierValidator ...@@ -172,11 +172,11 @@ class SupplierValidator
} }
} }
if ($validateData['region'] != 2) { // if ($validateData['region'] != 2) {
if (!in_array('registration_certificate', $attachmentFields)) { // if (!in_array('registration_certificate', $attachmentFields)) {
$errorMessageList[] = '海外供应商必须上传商业登记证/PI'; // $errorMessageList[] = '海外供应商必须上传商业登记证/PI';
} // }
} // }
} }
......
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