Commit c9144af1 by 孙亚楠

g

parent 2ac63ea2
...@@ -241,9 +241,9 @@ class OorderstatusService extends ServiceBase { ...@@ -241,9 +241,9 @@ class OorderstatusService extends ServiceBase {
if (!params.idcard_back) { if (!params.idcard_back) {
return system.getResult(null, `参数错误 身份证反面照片不能为空`); return system.getResult(null, `参数错误 身份证反面照片不能为空`);
} }
if (!params.other_file) { // if (!params.other_file) {
return system.getResult(null, `参数错误 其他文件不能为空`); // return system.getResult(null, `参数错误 其他文件不能为空`);
} // }
if (!params.guest_mail_addr) { if (!params.guest_mail_addr) {
return system.getResult(null, `参数错误 邮寄客户地址不能为空`); 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