Commit c1bc7933 by 傅伟强-富德

Update test.txt

1 parent e69e07d1
Showing with 9 additions and 49 deletions
......@@ -8,60 +8,20 @@
</plugin>
if (StringUtils.isNotNullAndEmpty(configType)==true) {
configMap.put("configType", configType);
}
Map<String,String> configMap = new HashMap<>();
configMap.put("configCode", "0005");
configMap.put("isValid", "Y");
configMap.put("configType", "2");
<if test="configCode != null">
and CONFIG_CODE = #{configCode,jdbcType=VARCHAR}
</if>
<if test="configType != null">
and CONFIG_TYPE = (#{configType,jdbcType=VARCHAR})
</if>
java.net.URLEncoder.encode("已分单", "UTF-8")
分单结果批量调整满足条件
1.失效件:
(1)保单进入失效月次月至失效日起两年内;
(2)失效原因满足下列其中一项:
保全:未在规定宽限期内缴纳续期保费;
保全:借款本金和利息和超过保单现金价值;
保全:保单的现金价值不足以垫缴保费;
(3)保单渠道与收展服务人员岗位相匹配。
2.缓缴件
(1)保单有效状态的长险(万能险);
(2)保单渠道与收展服务人员岗位相匹配。
if(item.configCode=="0002" || item.configCode=="0003" || item.configCode=="0004"){
//保存登录动作
GrasSysOperationLog grasSysOperationLog=new GrasSysOperationLog();
grasSysOperationLog.setUserId(userId);
grasSysOperationLog.setOperation("/gras/login/singleLogin?user="+user+"&passWord="+password);
grasSysOperationLog.setCreatedUser(userId);
grasSysOperationLog.setUpdatedUser(userId);
grasSysOperationLog.setPkSerial(NumberUtil.random10());
grasSysOperationLog.setOperationDate(new Date());
grasSysOperationLogService.addGrasSysOperationLog(grasSysOperationLog);
"UIWL_AN1","UIED_AN1","UIAN_DN1","UIAN_EN1","UBWL_AN1","UBEN_AN1","UBED_CN1"
https://www.jianshu.com/p/01a6a61d9e02
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!