Commit 3172bbd6 by 宋毅

tj

parent 5d879709
......@@ -639,7 +639,12 @@ class OrderInfoService extends ServiceBase {
if (tm.tmFormType.toString() == "4") {
itemResult.data.tm.tmName = "图形";
putOrderProductItem.channelItemAppendName = "图形";
} else {
if (tm.channelItemAppendName && tm.channelItemAppendName != orderProductItem.channelItemAppendName) {
putOrderProductItem.channelItemAppendName = tm.channelItemAppendName;
}
}
if (putOrderProductItem.channelItemAppendName) {
self.orderproductDao.updateByWhere(putOrderProductItem, { where: { sourceOrderNo: actionBody.orderNo } });
}
......
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