Commit 668f2364 by 宋毅

tj

parent 2a5ccd03
...@@ -16,7 +16,7 @@ class AppProductService extends ServiceBase { ...@@ -16,7 +16,7 @@ class AppProductService extends ServiceBase {
if (!app) { if (!app) {
return system.getResultFail(-102, "未知渠道"); return system.getResultFail(-102, "未知渠道");
} }
var channelItemCode = obj.channelItemCode; var channelItemCode = obj.channelItemCode ? obj.channelItemCode : app.appSourceCode == "1688" ? "1406046" : "";
if (!channelItemCode) { if (!channelItemCode) {
return system.getResultFail(-103, "渠道产品编码不能为空"); return system.getResultFail(-103, "渠道产品编码不能为空");
} }
......
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