浏览代码

处理方案过滤险种不匹配的问题

lixiaolong 5 天之前
父节点
当前提交
b39918e114

+ 2 - 1
tenant/costsorrule/src/main/java/com/jzg/costsorrule/service/impl/RuleServiceImpl.java

@@ -54,7 +54,8 @@ public class RuleServiceImpl implements RuleService {
                 }
             }
         });
-
+        //处理险种ProductCode-InsruanceProduct 不匹配的情况
+        attrMap.put("insruanceproduct",attrMap.get("productcode"));
 
 
     }