Commit 159d3d14 by zhangxingmin

push

parent a47b335a
......@@ -562,7 +562,7 @@ public class ApiExcelImportAppointmentDto {
//供款年期
infoDto.setIssueNumber(dto.getPlanPaymentTerm());
//保险产品名称->基本計劃名稱
infoDto.setProductLaunchName(dto.getPlanProductName());
infoDto.setProductLaunchMainName(dto.getPlanProductName());
//续期付款方式
infoDto.setRenewalPaymentMethod(GetDictItemListByDictTypeResponse.getItemValue(dictTypeResponses,
DictTypeEnum.CSF_AP_FIRST_ISSUE.getItemValue(),dto.getPlanRenewalPaymentMethod()));
......
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