Commit d955be85 by 王昆

gsb

parent c439a33e
......@@ -99,12 +99,12 @@ class SaasMerchantService extends ServiceBase {
// if(!this.trim(params.idcard_front)) {return system.getResult(null, "idcard_front为空"); }
// if(!this.trim(params.idcard_back)) {return system.getResult(null, "idcard_back为空"); }
if (!this.trim(params.legal_name)) {
return system.getResult(null, "请填写法人姓名");
}
if (!this.trim(params.legal_idno)) {
return system.getResult(null, "请填写法人身份证");
}
// if (!this.trim(params.legal_name)) {
// return system.getResult(null, "请填写法人姓名");
// }
// if (!this.trim(params.legal_idno)) {
// return system.getResult(null, "请填写法人身份证");
// }
if (validity == 2 && !validity_end) {
return system.getResult(null, "请填写有效期限固定日期");
}
......
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 to comment