Commit 0175c4a7 by 王昆

gsb

parent 7a4c7fe1
...@@ -141,6 +141,8 @@ class OrderCtl extends CtlBase { ...@@ -141,6 +141,8 @@ class OrderCtl extends CtlBase {
params.guest_mail_addr = this.trim(pobj.guest_mail_addr); params.guest_mail_addr = this.trim(pobj.guest_mail_addr);
params.guest_mail_to = this.trim(pobj.guest_mail_to); params.guest_mail_to = this.trim(pobj.guest_mail_to);
params.guest_mail_mobile = this.trim(pobj.guest_mail_mobile); params.guest_mail_mobile = this.trim(pobj.guest_mail_mobile);
params.service_items = this.trim(pobj.service_items);
params.service_remark = this.trim(pobj.service_remark);
if(!params.id) { if(!params.id) {
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