Commit 0fff6371 by xsren@gongsibao.com

update

parent b76aa037
......@@ -159,13 +159,16 @@ class ProductService extends ServiceBase {
case 'csfw':
if(actionBody.city){
let str = actionBody.city;
if(code2 == 'gsdz'){
if(code2 == 'gsdz' || code2 == 'sksq'){
str += actionBody.serviceType;
}
producesql += ` AND pc.price_desc LIKE '%${str}%'`;
}else{
return system.getResultFail(null,'actionBody.serviceType can not be empty!')
}
if(code2 == 'sksq'){
producesql += ` AND pc.additions_desc = '${actionBody.companyType}'`
}
break;
default:
producesql += ` AND pt.channel_item_code = '${code2}'`;
......
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