Kaynağa Gözat

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/Arbitrate-Backend into hjb

hejinbo 2 yıl önce
ebeveyn
işleme
3262548b25

+ 10
- 0
ruoyi-common/src/main/java/com/ruoyi/common/utils/bean/SealSignRecord.java Dosyayı Görüntüle

@@ -23,6 +23,16 @@ public class SealSignRecord extends BaseEntity {
23 23
     private String orgnizeNamePsnAccount;
24 24
     /** 机构经办人名称 */
25 25
     private String orgnizeNamepsnName;
26
+    /** 流程状态 */
27
+    private Integer signFlowStatus;
28
+
29
+    public Integer getSignFlowStatus() {
30
+        return signFlowStatus;
31
+    }
32
+
33
+    public void setSignFlowStatus(Integer signFlowStatus) {
34
+        this.signFlowStatus = signFlowStatus;
35
+    }
26 36
 
27 37
     public String getFileid() {
28 38
         return fileid;

+ 1
- 1
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/CaseApplicationServiceImpl.java Dosyayı Görüntüle

@@ -96,7 +96,7 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
96 96
                 caseAffiliate.setCaseAppliId(caseApplication.getId());
97 97
                 if(caseAffiliate.getIdentityType()==1&&StrUtil.isNotEmpty(caseAffiliate.getName())) {
98 98
                     // 将组织机构id设为申请人名称
99
-                    if (deptMap.containsKey(caseApplication.getName())) {
99
+                    if (deptMap.containsKey(caseAffiliate.getName())) {
100 100
                         caseAffiliate.setName(String.valueOf(deptMap.get(caseAffiliate.getName())));
101 101
                     } else {
102 102
                         // 如果不存在则新增