Commit 59be246d by 宋毅

增加套餐编码

parent 12fb783e
...@@ -331,7 +331,7 @@ class ProductService extends ServiceBase { ...@@ -331,7 +331,7 @@ class ProductService extends ServiceBase {
break; break;
// 2020-12-21新增 /REG/GSREG/ 询价方法 // 2020-12-21新增 /REG/GSREG/ 询价方法
case 'REG': case 'REG':
if(code2 == "GSREG" || code2 == "QYJYTC1" || code2 == "QYJYTC2"){ if(code2 == "GSREG" || code2 == "QYJYTC1" || code2 == "QYJYTC2" || code2 == "QYJYTC3" || code2 == "QYJYTC4" || code2 == "QYJYTC5"){
if(actionBody.city && actionBody.taxpayerType ){ if(actionBody.city && actionBody.taxpayerType ){
let str = actionBody.city + actionBody.taxpayerType; let str = actionBody.city + actionBody.taxpayerType;
producesql += ` AND pc.price_desc = '${str}'`; producesql += ` AND pc.price_desc = '${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