Commit b34aeeed by 蒋勇

d

parent 1bdabeb4
......@@ -697,7 +697,7 @@ async writecommunicationlog2(obj) {
}
}
if (aliorderindex > -1 && aliorder[aliorderindex].BuyerStatus == 25) {
var upd = await this.dao.model.update({ transfer_status: "MATERIALS_TO_BE_SUBMITTED" }, { where: { ali_bizid: transferinfo.ali_bizid } });
var upd = await this.dao.model.update({ transfer_status: "PASS_ALIYUN_VERIFY" }, { where: { ali_bizid: transferinfo.ali_bizid } });
if (!upd) {
faillist.push(transferinfo.ali_bizid);
}
......
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