Commit 6ef47dd5 by 宋毅

增加套餐编码

parent bbaf1bde
......@@ -329,7 +329,7 @@ class ProductService extends ServiceBase {
return system.getResultFail(null,'actionBody.serviceType can not be empty!')
}
break;
// 2020-12-21新增 /REG/GSREG/ 询价方法
//2020-12-21新增 /REG/GSREG/ 询价方法
case 'REG':
if(code2 == "GSREG" || code2 == "QYJYTC1" || code2 == "QYJYTC2" || code2 == "QYJYTC3" || code2 == "QYJYTC4" || code2 == "QYJYTC5"){
if(actionBody.city && actionBody.taxpayerType ){
......
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