Browse Source

修改申诉人编号的字段类型

songxinlu 3 years ago
parent
commit
ef94bdc143

+ 1 - 1
src/main/java/com/diagbot/dto/AppealExamineRecordDTO.java

@@ -31,7 +31,7 @@ public class AppealExamineRecordDTO implements Serializable {
     private BigDecimal value;
 
     @ApiModelProperty(value = "申诉人id")
-    private Long claimantId;
+    private String claimantId;
 
     @ApiModelProperty(value = "申诉类型(0:医生申诉|1:质控申诉)")
     private String appealType;

+ 1 - 1
src/main/java/com/diagbot/entity/MedAppealInfo.java

@@ -90,7 +90,7 @@ public class MedAppealInfo implements Serializable {
     /**
      * 申诉人id
      */
-    private Long claimantId;
+    private String claimantId;
 
     /**
      * 申诉类型(0:医生申诉|1:质控申诉)

+ 1 - 2
src/main/resources/application-dev.yml

@@ -183,5 +183,4 @@ initmodeid:
 log_switch:
   enable: true
 
-appeal.address: http://192.168.2.237:8871
-currenthospitalid: 35
+appeal.address: http://192.168.2.237:8871

+ 1 - 2
src/main/resources/application-local.yml

@@ -183,5 +183,4 @@ initmodeid:
 log_switch:
   enable: true
 
-appeal.address: http://192.168.2.237:8871
-currenthospitalid: 35
+appeal.address: http://192.168.2.237:8871