Commit 9e270903 by xsren@gongsibao.com

update

parent 718cb197
...@@ -155,7 +155,7 @@ class ProductService extends ServiceBase { ...@@ -155,7 +155,7 @@ class ProductService extends ServiceBase {
return system.getResultFail(null,'actionBody.companyType and actionBody.companyType can not be empty!') return system.getResultFail(null,'actionBody.companyType and actionBody.companyType can not be empty!')
} }
break; break;
case 'csdb': case 'csfw':
if(actionBody.city != ''){ if(actionBody.city != ''){
let str = actionBody.city; let str = actionBody.city;
producesql += ` AND pc.price_desc LIKE '%${str}%'`; producesql += ` AND pc.price_desc LIKE '%${str}%'`;
......
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