Commit c4be5d1b by 宋毅

tj

parent c60aa7cd
...@@ -632,6 +632,17 @@ class OrderInfoService extends ServiceBase { ...@@ -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) { if (tipsMsg) {
return system.getResult(null, tipsMsg); return system.getResult(null, tipsMsg);
......
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