Commit d07953cc by 王勇飞

gyq

parent d24bef63
......@@ -121,7 +121,9 @@ class BizOptCtl extends CtlBase {
}
*/
async closeBizopt(mobj, qobj, req) {
console.log("bizoptCtl:closeBizopt:mobj-----------------",JSON.stringify(mobj));
let pobj = mobj.d;
console.log("bizoptCtl:closeBizopt:pobj-----------------",JSON.stringify(res));
pobj.business_status = "isClosed";
if (!qobj.demand_code || !qobj.close_reason) {
return system.getResultError("缺少必要参数.");
......@@ -129,7 +131,7 @@ class BizOptCtl extends CtlBase {
//根据需求编号去更新该条需求的状态为已关闭
try {
let res = await this.service.updateStatusByDemandCode(pobj);
console.log("bizoptCtl:updateStatusByDemandCode-----------------",JSON.stringify(res));
console.log("bizoptCtl:closeBizopt:res-----------------",JSON.stringify(res));
//添加到记录表
pobj.operator = {
......
......@@ -140,7 +140,7 @@ const feedbackToRys = async (data) => {
}
let resData = await system.queueOper({
//pushUrl: this.rysUrl + "service/feedback",
pushUrl: settings.rysUrl + "/web/bizchance/deliverybillCtl/testfeedback",
pushUrl: settings.rysUrl() + "/web/bizchance/deliverybillCtl/testfeedback",
actionType: "feedback",
messageBody: reqData,
headData: {
......
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