Commit af1ef138 by 杨树贤

渠道开发

parent a0e1ef8d
Showing with 1 additions and 3 deletions
......@@ -238,9 +238,7 @@ class SupplierValidator
}
//新增的时候,渠道开发 不能为空
if (empty($supplierId)) {
$rules['purchase_uid'] = 'required';
}
$rules['purchase_uid'] = 'required';
$messages = $this->messages();
$validator = Validator::make($validateData, $rules, $messages);
......
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