|
|
|
@ -479,6 +479,9 @@ public class LCPropPrintBL implements BusinessService { |
|
|
|
lsQuotPlanDetailSubSchema.setPlanCode(plan.getContPlanCode());//plancode 计划代码
|
|
|
|
lsQuotPlanDetailSubSchema.setPlanCode(plan.getContPlanCode());//plancode 计划代码
|
|
|
|
lsQuotPlanDetailSubSchema.setRiskCode(plan.getRiskCode());//riskcode 险种代码
|
|
|
|
lsQuotPlanDetailSubSchema.setRiskCode(plan.getRiskCode());//riskcode 险种代码
|
|
|
|
lsQuotPlanDetailSubSchema.setDutyCode(plan.getDutyCode());//dutycode 责任代码
|
|
|
|
lsQuotPlanDetailSubSchema.setDutyCode(plan.getDutyCode());//dutycode 责任代码
|
|
|
|
|
|
|
|
lsQuotPlanDetailSubSchema.setP6(plan.getDeductionFee());//DeductionFee 免赔额
|
|
|
|
|
|
|
|
lsQuotPlanDetailSubSchema.setP7(plan.getWaitdays());//Waitdays 等待期
|
|
|
|
|
|
|
|
lsQuotPlanDetailSubSchema.setP11(plan.getDeductDays());//DeductDays 免赔日数
|
|
|
|
lsQuotPlanDetailSubSet.add(lsQuotPlanDetailSubSchema); |
|
|
|
lsQuotPlanDetailSubSet.add(lsQuotPlanDetailSubSchema); |
|
|
|
// if (lsQuotPlanDetailSubSchema != null) {
|
|
|
|
// if (lsQuotPlanDetailSubSchema != null) {
|
|
|
|
// mMMap.put(lsQuotPlanDetailSubSchema, MMap.Action.DELETE_INSERT);
|
|
|
|
// mMMap.put(lsQuotPlanDetailSubSchema, MMap.Action.DELETE_INSERT);
|
|
|
|
@ -546,6 +549,8 @@ public class LCPropPrintBL implements BusinessService { |
|
|
|
lwMissionSchema.setLastOperator(operator);//modifyoperator 修改人
|
|
|
|
lwMissionSchema.setLastOperator(operator);//modifyoperator 修改人
|
|
|
|
lwMissionSchema.setModifyDate(DateUtil.getCurrentDate());//modifydate 修改日期
|
|
|
|
lwMissionSchema.setModifyDate(DateUtil.getCurrentDate());//modifydate 修改日期
|
|
|
|
lwMissionSchema.setModifyTime(DateUtil.getCurrentTime());//modifytime 修改时间
|
|
|
|
lwMissionSchema.setModifyTime(DateUtil.getCurrentTime());//modifytime 修改时间
|
|
|
|
|
|
|
|
lwMissionSchema.setInDate(DateUtil.getCurrentDate());//modifydate 进入日期
|
|
|
|
|
|
|
|
lwMissionSchema.setInTime(DateUtil.getCurrentTime());//modifytime 进入时间
|
|
|
|
|
|
|
|
|
|
|
|
if (lwMissionSchema != null) { |
|
|
|
if (lwMissionSchema != null) { |
|
|
|
mMMap.put(lwMissionSchema, MMap.Action.DELETE_INSERT); |
|
|
|
mMMap.put(lwMissionSchema, MMap.Action.DELETE_INSERT); |
|
|
|
|