Commit 230db19d by 兰国旗

laolan

parent 79cc8eaf
......@@ -320,8 +320,8 @@ class ProductService extends ServiceBase {
return system.getResultFail(null,'actionBody.serviceType can not be empty!')
}
break;
// 2020-12-21新增 /gsreg/gszc/ 询价方法
case 'gsreg':
// 2020-12-21新增 /REG/GSREG/ 询价方法
case 'REG':
if(actionBody.city){
let str = actionBody.city;
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