Commit 8cf9200d by 孙亚楠

dd

parent a8f5be3c
...@@ -320,9 +320,9 @@ class OorderstatusService extends ServiceBase { ...@@ -320,9 +320,9 @@ class OorderstatusService extends ServiceBase {
} else if (this.trim(params.status) == this.PALTFORM_DELIVER_AUDIT_FILE_CODE) {//失败 } else if (this.trim(params.status) == this.PALTFORM_DELIVER_AUDIT_FILE_CODE) {//失败
// todo somthing... // todo somthing...
// if (!this.trim(params.audit_remark)) { if (!this.trim(params.audit_remark)) {
// return system.getResult(null, `参数错误 交付审核备注不能为空`); return system.getResult(null, `参数错误 交付审核备注不能为空`);
// } }
oorderDeliverProperty.audit_remark = this.trim(params.audit_remark); oorderDeliverProperty.audit_remark = this.trim(params.audit_remark);
} else { } else {
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