|
|
@ -187,7 +187,7 @@ public class LoanFinOtherPolicyService extends MybatisBaseService<LoanFinOtherPo |
|
|
|
useDeptSid = useDeptSid + useDept.getDeptSid() + ","; |
|
|
|
useDeptName = useDeptName + useDept.getDeptName() + ","; |
|
|
|
} |
|
|
|
entity.setOtherPolicyName(entity.getBankShortName() + entity.getProductTypeValue() + entity.getYearRatio() + entity.getPeriod()); |
|
|
|
entity.setOtherPolicyName(entity.getBankShortName() + entity.getProductTypeValue() + entity.getPeriod() + "期" + entity.getYearRatio()); |
|
|
|
entity.setUseDeptSids(useDeptSid.substring(0,useDeptSid.lastIndexOf(","))); |
|
|
|
entity.setUseDeptNames(useDeptName.substring(0,useDeptName.lastIndexOf(","))); |
|
|
|
baseMapper.insert(entity); |
|
|
|