Commit deaf23e0 by 兰国旗

jiaofu-closeNeed

parent 10a7722e
......@@ -352,7 +352,7 @@ class QcCenterOrderService extends AppServiceBase {
var reqParams = {
actionBody: {
intentionBizId: pobj.actionBody.needNo,
status: "isClosed"
status: "closeNeed"
},
opType: "updateChanceStatus",
appInfo: pobj.appInfo
......@@ -538,7 +538,7 @@ async foodCloseNeed(pobj) {
var reqParams = {
actionBody: {
intentionBizId: pobj.actionBody.needNo,
status: "isClosed"
status: "closeNeed"
},
opType: "updateChanceStatus",
appInfo: pobj.appInfo
......
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