Commit 9104400b by 王勇飞

gyq

parent 5b457002
...@@ -123,7 +123,7 @@ class BizOptCtl extends CtlBase { ...@@ -123,7 +123,7 @@ class BizOptCtl extends CtlBase {
async closeBizopt(mobj, qobj, req) { async closeBizopt(mobj, qobj, req) {
console.log("bizoptCtl:closeBizopt:mobj-----------------",JSON.stringify(mobj)); console.log("bizoptCtl:closeBizopt:mobj-----------------",JSON.stringify(mobj));
let pobj = mobj.d; let pobj = mobj.d;
console.log("bizoptCtl:closeBizopt:pobj-----------------",JSON.stringify(res)); console.log("bizoptCtl:closeBizopt:pobj-----------------",JSON.stringify(pobj));
pobj.business_status = "isClosed"; pobj.business_status = "isClosed";
if (!pobj.demand_code || !pobj.close_reason) { if (!pobj.demand_code || !pobj.close_reason) {
return system.getResultError("缺少必要参数."); return system.getResultError("缺少必要参数.");
......
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