Parcourir la source

Merge branch 'wq' of SH-Arbitrate/Arbitrate-Backend into dev

wangqiong123 il y a 2 ans
Parent
révision
08bb2af98e

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/CaseApplicationServiceImpl.java Voir le fichier

@@ -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
                         // 如果不存在则新增