|
|
@@ -87,7 +87,7 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
|
|
87
|
87
|
caseAffiliate.setCaseAppliId(caseApplication.getId());
|
|
88
|
88
|
if(caseAffiliate.getIdentityType()==1&&StrUtil.isNotEmpty(caseAffiliate.getName())) {
|
|
89
|
89
|
// 将组织机构id设为申请人名称
|
|
90
|
|
- if (deptMap.containsKey(caseApplication.getName())) {
|
|
|
90
|
+ if (deptMap.containsKey(caseAffiliate.getName())) {
|
|
91
|
91
|
caseAffiliate.setName(String.valueOf(deptMap.get(caseAffiliate.getName())));
|
|
92
|
92
|
} else {
|
|
93
|
93
|
// 如果不存在则新增
|