Commit 23ce138a by Sxy

fix: 分配业务员

parent b88d211a
......@@ -878,7 +878,7 @@ class DeliverybillCtl extends CtlBase {
pobj.cacheInfo.cmpDeliverInfo = schemeInfo.scheme_info;// 获取方案中的缓存信息
}
}
if (pobj.txOrderNum) {
if (!pobj.businessMode && pobj.txOrderNum) {
const masterOrderData = await this.service.findOne({
master_source_number: pobj.txOrderNum
});
......
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