Commit 58aeeaa5 by DESKTOP-7Q3CA17\86137

gsb

parent 7fe1354f
......@@ -175,6 +175,7 @@ class QbgconfigService extends ServiceBase {
end_at.setFullYear(end_at.getFullYear() + 1);
econtract.end_at = end_at;
await econtract.save();
this.redisClient.rpushBCD({id: econtract.id, sve: "e"});
return this.returnjson(0, "success", {
contractId: econtract.id
});
......
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