Commit 1156be1f by 宋毅

tj

parent c4be5d1b
...@@ -632,7 +632,7 @@ class OrderInfoService extends ServiceBase { ...@@ -632,7 +632,7 @@ class OrderInfoService extends ServiceBase {
} }
} }
} }
if (["3", "4", "5"].indexOf(deliveryData.tm.tmFormType) < 0) { if (["3", "4", "5"].indexOf(tm.tmFormType) < 0) {
return system.getResult(null, "商标类型值错误,20185"); return system.getResult(null, "商标类型值错误,20185");
} }
var putOrderProductItem = {}; var putOrderProductItem = {};
......
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