Browse Source

缺陷列表返回参数错误问题

zhanghang 3 years ago
parent
commit
d8c9120d82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/diagbot/dto/GetDoctorDetailPageDTO.java

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

@@ -57,7 +57,7 @@ public class GetDoctorDetailPageDTO implements Serializable {
     private Integer ruleType;
 
     @ApiModelProperty(value = "医生ID")
-    private Long doctorId;
+    private String doctorId;
 
     @ApiModelProperty(value = "医生名称")
     private String doctorName;