Commit c4be5d1b by 宋毅

tj

parent c60aa7cd
......@@ -632,6 +632,17 @@ class OrderInfoService extends ServiceBase {
}
}
}
if (["3", "4", "5"].indexOf(deliveryData.tm.tmFormType) < 0) {
return system.getResult(null, "商标类型值错误,20185");
}
var putOrderProductItem = {};
if (tm.tmFormType == "4") {
itemResult.data.tm.tmName = "图形";
putOrderProductItem.channelItemAppendName = "图形";
}
if (putOrderProductItem.channelItemAppendName) {
self.orderproductDao.updateByWhere(putOrderProductItem, { where: { sourceOrderNo: actionBody.orderNo } });
}
}
if (tipsMsg) {
return system.getResult(null, tipsMsg);
......@@ -1061,7 +1072,7 @@ class OrderInfoService extends ServiceBase {
}
}
}//增加流程状态列表数据
try {
await self.db.transaction(async function (t) {
if (Object.keys(updateOrderFields).length > 0) {
......
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