Commit 317818fc by Sxy

fix: 退费年包

parent 08f014ae
...@@ -260,6 +260,8 @@ class DeliverService extends ServiceBase { ...@@ -260,6 +260,8 @@ class DeliverService extends ServiceBase {
await pushTx.pushChangeOrder(pushTx.TXSTATUS.CLOSED, annualReportData.delivery_code, { await pushTx.pushChangeOrder(pushTx.TXSTATUS.CLOSED, annualReportData.delivery_code, {
close_reason: "对应的资质交付关闭了" close_reason: "对应的资质交付关闭了"
}); });
// 推送 年报退费
await pushTx.returnPremium(annualReportData.delivery_code);
} }
} }
return this.db.transaction(async (t) => { return this.db.transaction(async (t) => {
......
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