Commit 74fffe01 by 王勇飞

gyq

parent adcb37b6
......@@ -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