Commit e8aa634e by 宋毅

tj

parent 1aec3b5e
...@@ -36,7 +36,7 @@ class OrderTmProductService extends ServiceBase { ...@@ -36,7 +36,7 @@ class OrderTmProductService extends ServiceBase {
if (!itemCode) { if (!itemCode) {
return system.getResult(null, "itemCode参数错误"); return system.getResult(null, "itemCode参数错误");
} }
var productItem = await this.appproductDao.findOneByCode(itemCode, user.app_id);//获取产品 var productItem = await this.appproductDao.findOneByChannelItemCode(itemCode, user.app_id);//通过ChannelItemCode获取产品
if (!productItem) { if (!productItem) {
return system.getResult(null, "未知的产品"); return system.getResult(null, "未知的产品");
} }
......
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