Commit 438bcd3e by 蒋勇

d

parent 5a7601f8
...@@ -221,7 +221,7 @@ class DeliverybillService extends ServiceBase { ...@@ -221,7 +221,7 @@ class DeliverybillService extends ServiceBase {
return self.db.transaction(async function (t) { return self.db.transaction(async function (t) {
return await self.dao.updateStatusByDeliverCode(qobj, t); return await self.dao.updateStatusByDeliverCode(qobj, t);
}); });
} zz }
/*更新业务员/交付员信息*/ /*更新业务员/交付员信息*/
async updateSalesmanInfoByDeliverCode(qobj) { async updateSalesmanInfoByDeliverCode(qobj) {
var self = this; var self = this;
......
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