Commit 751bd40a by 王昆

gsb

parent 31e50ade
......@@ -72,8 +72,8 @@ class BpoSDPJApi {
let ids = await this.ccashinfoSve.findUnNotifyIds();
console.log("------推送数据------", ids);
if (!ids || ids.length != 0) {
for (let id of ids) {
await this.notifyCash(id);
for (let obj of ids) {
await this.notifyCash(obj.id);
}
}
console.log("------推送数据------", ids);
......
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