Commit 0962686e by 王勇飞

Merge branch 'gsb-ic-deliver' of gitlab.gongsibao.com:jiangyong/zhichan into gsb-ic-deliver

parents 983c8c81 74fffe01
......@@ -685,6 +685,7 @@ class DeliverybillCtl extends CtlBase {
try{
var res = await this.service.findInfoByDeliverCode(pobj);
if (res){
pobj.deliverStatus = "userConfirmationReject";//状态改成驳回
await this.service.updateInfoByDeliverCode(pobj);
return system.getResultSuccess();
//return await this.service.updateInfoByDeliverCode(pobj);
......
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