Commit 2501005e by 庄冰

status

parent 49d313aa
......@@ -160,7 +160,7 @@ class OrderDeliveryService extends ServiceBase {
this.createQualificationCertificateInfo(ab.orderNum);//创建资质证照信息
this.createApplyInfo(ab.orderNum);//创建申请主体信息
}
if(ab.status==80){
if(ab.status==80 || ab.status==26 ){
await this.submitDeliveryInfotoTX(ab.orderNum,req);
}else if(deliver_content && deliver_content.baseInfo && deliver_content.baseInfo.payStatus && deliver_content.baseInfo.payStatus=="已交付"){
await this.submitDeliveryInfotoTX(ab.orderNum,req);
......
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