From dd5526c680492b46728d81cd90eb2f174506ace4 Mon Sep 17 00:00:00 2001
From: life <1733802689@qq.com>
Date: Fri, 3 Nov 2023 19:39:13 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/.gitignore | 12 +++
.idea/encodings.xml | 9 --
.idea/inspectionProfiles/Project_Default.xml | 36 --------
.idea/jarRepositories.xml | 35 --------
.idea/sqldialects.xml | 6 --
pom.xml | 9 ++
.../RegistrationInformationController.java | 34 ++++---
.../com/four/patient/feign/DoctorFeign.java | 67 ++++++++++++++
.../four/patient/feign/DoctorNumberFeign.java | 18 ----
.../com/four/patient/feign/DoctorPrice.java | 7 --
.../com/four/patient/feign/UserFeign.java | 12 ---
.../RegistrationInformationServiceImpl.java | 20 +++--
.../service/Impl/RemoteServiceImpl.java | 11 +++
.../RegistrationInformationService.java | 6 +-
.../controller/FollowDoctorController.class | Bin 3957 -> 0 bytes
.../patient/controller/GiftController.class | Bin 3186 -> 0 bytes
.../PatientEvaluatorController.class | Bin 3430 -> 0 bytes
.../RegistrationInformationController.class | Bin 4772 -> 0 bytes
.../patient/mapper/FollowDoctorMapper.class | Bin 664 -> 0 bytes
.../com/four/patient/mapper/GiftMapper.class | Bin 1027 -> 0 bytes
.../mapper/PatientEvaluatorMapper.class | Bin 491 -> 0 bytes
.../RegistrationInformationMapper.class | Bin 915 -> 0 bytes
.../patient/service/FollowDoctorService.class | Bin 455 -> 0 bytes
.../four/patient/service/GiftService.class | Bin 334 -> 0 bytes
.../Impl/FollowDoctorServiceImpl.class | Bin 2190 -> 0 bytes
.../service/Impl/GiftServiceImpl.class | Bin 3169 -> 0 bytes
.../Impl/PatientEvaluatorServiceImpl.class | Bin 2114 -> 0 bytes
.../RegistrationInformationServiceImpl.class | Bin 2571 -> 0 bytes
.../service/PatientEvaluatorService.class | Bin 413 -> 0 bytes
.../RegistrationInformationService.class | Bin 657 -> 0 bytes
target/classes/mapper/FollowDoctorMapper.xml | 29 ------
target/classes/mapper/GiftMapper.xml | 64 -------------
.../classes/mapper/PatientEvaluatorMapper.xml | 30 -------
.../mapper/RegistrationInformationMapper.xml | 85 ------------------
target/maven-archiver/pom.properties | 5 --
.../compile/default-compile/createdFiles.lst | 41 ---------
.../compile/default-compile/inputFiles.lst | 40 ---------
37 files changed, 131 insertions(+), 445 deletions(-)
create mode 100644 .idea/.gitignore
delete mode 100644 .idea/encodings.xml
delete mode 100644 .idea/inspectionProfiles/Project_Default.xml
delete mode 100644 .idea/jarRepositories.xml
delete mode 100644 .idea/sqldialects.xml
create mode 100644 src/main/java/com/four/patient/feign/DoctorFeign.java
delete mode 100644 src/main/java/com/four/patient/feign/DoctorNumberFeign.java
delete mode 100644 src/main/java/com/four/patient/feign/DoctorPrice.java
delete mode 100644 src/main/java/com/four/patient/feign/UserFeign.java
create mode 100644 src/main/java/com/four/patient/service/Impl/RemoteServiceImpl.java
delete mode 100644 target/classes/com/four/patient/controller/FollowDoctorController.class
delete mode 100644 target/classes/com/four/patient/controller/GiftController.class
delete mode 100644 target/classes/com/four/patient/controller/PatientEvaluatorController.class
delete mode 100644 target/classes/com/four/patient/controller/RegistrationInformationController.class
delete mode 100644 target/classes/com/four/patient/mapper/FollowDoctorMapper.class
delete mode 100644 target/classes/com/four/patient/mapper/GiftMapper.class
delete mode 100644 target/classes/com/four/patient/mapper/PatientEvaluatorMapper.class
delete mode 100644 target/classes/com/four/patient/mapper/RegistrationInformationMapper.class
delete mode 100644 target/classes/com/four/patient/service/FollowDoctorService.class
delete mode 100644 target/classes/com/four/patient/service/GiftService.class
delete mode 100644 target/classes/com/four/patient/service/Impl/FollowDoctorServiceImpl.class
delete mode 100644 target/classes/com/four/patient/service/Impl/GiftServiceImpl.class
delete mode 100644 target/classes/com/four/patient/service/Impl/PatientEvaluatorServiceImpl.class
delete mode 100644 target/classes/com/four/patient/service/Impl/RegistrationInformationServiceImpl.class
delete mode 100644 target/classes/com/four/patient/service/PatientEvaluatorService.class
delete mode 100644 target/classes/com/four/patient/service/RegistrationInformationService.class
delete mode 100644 target/classes/mapper/FollowDoctorMapper.xml
delete mode 100644 target/classes/mapper/GiftMapper.xml
delete mode 100644 target/classes/mapper/PatientEvaluatorMapper.xml
delete mode 100644 target/classes/mapper/RegistrationInformationMapper.xml
delete mode 100644 target/maven-archiver/pom.properties
delete mode 100644 target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
delete mode 100644 target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..46c1a13
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,12 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+
+**/.idea/
+
+**/.target/
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
deleted file mode 100644
index 50b73a7..0000000
--- a/.idea/encodings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index 6560a98..0000000
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
deleted file mode 100644
index 6bb9133..0000000
--- a/.idea/jarRepositories.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml
deleted file mode 100644
index 8c9d219..0000000
--- a/.idea/sqldialects.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index f304e3e..01addcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,5 +102,14 @@
forest-spring-boot-starter
1.5.33
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web-services
+
diff --git a/src/main/java/com/four/patient/controller/RegistrationInformationController.java b/src/main/java/com/four/patient/controller/RegistrationInformationController.java
index 0d96b54..e340dff 100644
--- a/src/main/java/com/four/patient/controller/RegistrationInformationController.java
+++ b/src/main/java/com/four/patient/controller/RegistrationInformationController.java
@@ -4,12 +4,6 @@ package com.four.patient.controller;
import com.alibaba.fastjson.JSONObject;
import com.four.common.core.domain.Result;
import com.four.common.duck.communitypatients.SymptomsDrugs;
-import com.four.common.duck.domain.GiftRecord;
-import com.four.common.duck.gift.Gift;
-import com.four.common.duck.interrogation.FollowDoctor;
-import com.four.common.duck.interrogation.HistoricalConsultation;
-import com.four.common.duck.interrogation.PatientEvaluator;
-import com.four.common.duck.my.User;
import com.four.common.duck.response.ResponseRegistrationInformation;
import com.four.patient.service.RegistrationInformationService;
import lombok.extern.log4j.Log4j2;
@@ -31,6 +25,8 @@ public class RegistrationInformationController {
@Autowired
private HttpServletRequest request;
+
+
/**
* 查询全部科室
* @return
@@ -51,12 +47,12 @@ public class RegistrationInformationController {
* @return
*/
@PostMapping("/ShowRegistrationInformationAllPrice")
- public Result> ShowRegistrationInformationAllPrice(Long medicalDepartmentId) {
- log.info("功能名称:查询不同科室价格倒序的医生信息,请求URI:{},请求方法:{},请求参数:{}", request.getRequestURI(),
- request.getMethod(), JSONObject.toJSONString(medicalDepartmentId));
- List list = registrationInformationService.ShowRegistrationInformationAllPrice(medicalDepartmentId);
- log.info("功能名称:查询不同科室价格倒序的医生信息,请求URI:{},请求方法:{},请求参数:{}", request.getRequestURI(),
- request.getMethod(), JSONObject.toJSONString(list));
+ public Result> ShowRegistrationInformationAllPrice(@RequestParam Long medicalDepartmentId){
+ log.info("功能名称:查询价格倒序的医生信息,请求URI:{},请求方法:{},请求参数:{}",request.getRequestURI(),
+ request.getMethod(),JSONObject.toJSONString(medicalDepartmentId));
+ List list=registrationInformationService.ShowRegistrationInformationAllPrice(medicalDepartmentId);
+ log.info("功能名称:查询价格倒序到医生信息,请求URI:{},请求方法:{},返回结果:{}",request.getRequestURI(),
+ request.getMethod(),JSONObject.toJSONString(list));
return Result.success(list);
}
@@ -67,15 +63,17 @@ public class RegistrationInformationController {
* @return
*/
@PostMapping("/ShowRegistrationInformationNumber")
- public Result> ShowRegistrationInformationNumber(Long medicalDepartmentId) {
- log.info("功能名称:查询不同科室接待患者人数倒序的医生信息,请求URI:{},请求方法:{},请求参数:{}", request.getRequestURI(),
- request.getMethod(), JSONObject.toJSONString(medicalDepartmentId));
- List list = registrationInformationService.ShowRegistrationInformationNumber(medicalDepartmentId);
- log.info("功能名称:查询不同科室接待患者人数倒序的医生信息,请求URI:{},请求方法:{},请求参数:{}", request.getRequestURI(),
- request.getMethod(), JSONObject.toJSONString(list));
+ public Result> ShowRegistrationInformationNumber(@RequestParam Long medicalDepartmentId){
+ log.info("功能名称:查询不同科室医生诊金倒序信息,请求URI:{}。请求方法:{},请求参数:{}",request.getRequestURI(),
+ request.getMethod(),JSONObject.toJSONString(medicalDepartmentId));
+ List list=registrationInformationService.ShowRegistrationInformationNumber(medicalDepartmentId);
+ log.info("功能名称:查询不同科室医生诊金倒序信息,请求URI:{},请求方法:{},请求参数:{}",request.getRequestURI(),
+ request.getMethod(),JSONObject.toJSONString(list));
return Result.success(list);
+
}
+
/**
* 查询不同科室好评人数倒序排序的医生信息
* @param medicalDepartmentId
diff --git a/src/main/java/com/four/patient/feign/DoctorFeign.java b/src/main/java/com/four/patient/feign/DoctorFeign.java
new file mode 100644
index 0000000..bb1fd62
--- /dev/null
+++ b/src/main/java/com/four/patient/feign/DoctorFeign.java
@@ -0,0 +1,67 @@
+package com.four.patient.feign;
+
+import com.four.common.core.web.domain.AjaxResult;
+import org.springframework.cloud.openfeign.FeignClient;
+import org.springframework.web.bind.annotation.GetMapping;
+import org.springframework.web.bind.annotation.PathVariable;
+import org.springframework.web.bind.annotation.PostMapping;
+
+@FeignClient("four-system")
+public interface DoctorFeign {
+ /**
+ * 查询综合排序倒序医生信息
+ * @param medicalDepartmentId
+ * @author 李闯
+ * @return
+ */
+ @PostMapping("/user/findDoctorComprehensive/{medicalDepartmentId}")
+ public AjaxResult findDoctorComprehensive(@PathVariable(value = "medicalDepartmentId") Long medicalDepartmentId);
+
+ /**
+ * 查询好评人数倒序的医生信息
+ * @param medicalDepartmentId;
+ * @author 李闯
+ * @return
+ */
+ @PostMapping("/user/findDoctorNumber/{medicalDepartmentId}")
+ public AjaxResult findDoctorNumber(@PathVariable(value = "medicalDepartmentId") Long medicalDepartmentId);
+
+ /**
+ * 查询接待患者人数倒序排序医生信息
+ * @param medicalDepartmentId
+ * @author 李闯
+ * @return
+ */
+ @PostMapping("/user/findDoctorPraise/{medicalDepartmentId}")
+ public AjaxResult findDoctorPraise(@PathVariable(value = "medicalDepartmentId") Long medicalDepartmentId);
+
+ /**
+ * 查询价格倒序的医生信息
+ * @param medicalDepartmentId
+ * @author 李闯
+ * @return
+ */
+ @PostMapping("/user/findDoctorInformation/{medicalDepartmentId}")
+ public AjaxResult findDoctorInformation(@PathVariable(value = "medicalDepartmentId") Long medicalDepartmentId);
+
+
+ /**
+ * 根据userId来查询用户信息
+ * @param userId
+ * @author 李闯
+ * @return
+ */
+ @GetMapping("/user/findByUserId/{userId}")
+ public AjaxResult findByUserId(@PathVariable(value = "userId") Long userId);
+
+
+ /**
+ * 根据registrationInformationId
+ * 来查询医生注册信息
+ * @param registrationInformationId
+ * @author 李闯
+ * @return
+ */
+
+
+}
diff --git a/src/main/java/com/four/patient/feign/DoctorNumberFeign.java b/src/main/java/com/four/patient/feign/DoctorNumberFeign.java
deleted file mode 100644
index 12a419b..0000000
--- a/src/main/java/com/four/patient/feign/DoctorNumberFeign.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package com.four.patient.feign;
-
-import com.four.common.core.web.domain.AjaxResult;
-import org.springframework.cloud.openfeign.FeignClient;
-import org.springframework.web.bind.annotation.PathVariable;
-import org.springframework.web.bind.annotation.PostMapping;
-
-@FeignClient("four-system")
-public interface DoctorNumberFeign {
- /**
- * 查询好评人数倒序的医生信息
- * @param medicalDepartmentId;
- * @author 李闯
- * @return
- */
- @PostMapping("/user/findDoctorNumber/{medicalDepartmentId}")
- public AjaxResult findDoctorNumber(@PathVariable Long medicalDepartmentId);
-}
diff --git a/src/main/java/com/four/patient/feign/DoctorPrice.java b/src/main/java/com/four/patient/feign/DoctorPrice.java
deleted file mode 100644
index c03bf49..0000000
--- a/src/main/java/com/four/patient/feign/DoctorPrice.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package com.four.patient.feign;
-
-import org.springframework.cloud.openfeign.FeignClient;
-
-@FeignClient("four-system")
-public interface DoctorPrice {
-}
diff --git a/src/main/java/com/four/patient/feign/UserFeign.java b/src/main/java/com/four/patient/feign/UserFeign.java
deleted file mode 100644
index c602048..0000000
--- a/src/main/java/com/four/patient/feign/UserFeign.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package com.four.patient.feign;
-
-import com.four.common.core.web.domain.AjaxResult;
-import org.springframework.cloud.openfeign.FeignClient;
-import org.springframework.web.bind.annotation.GetMapping;
-import org.springframework.web.bind.annotation.PathVariable;
-
-@FeignClient("four-system")
-public interface UserFeign {
-
- @GetMapping("/user/findByuserId/{userId}")public AjaxResult findByUserId(@PathVariable("userId") Long userId);
-}
diff --git a/src/main/java/com/four/patient/service/Impl/RegistrationInformationServiceImpl.java b/src/main/java/com/four/patient/service/Impl/RegistrationInformationServiceImpl.java
index ceb394d..8fdc2d1 100644
--- a/src/main/java/com/four/patient/service/Impl/RegistrationInformationServiceImpl.java
+++ b/src/main/java/com/four/patient/service/Impl/RegistrationInformationServiceImpl.java
@@ -1,14 +1,17 @@
package com.four.patient.service.Impl;
+import com.four.common.core.web.domain.AjaxResult;
import com.four.common.duck.Result;
import com.four.common.duck.communitypatients.SymptomsDrugs;
import com.four.common.duck.response.ResponseRegistrationInformation;
+import com.four.patient.feign.DoctorFeign;
import com.four.patient.feign.SymptomsDrugsFeign;
import com.four.patient.mapper.RegistrationInformationMapper;
import com.four.patient.service.RegistrationInformationService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
+import java.util.ArrayList;
import java.util.List;
@Service
@@ -19,16 +22,10 @@ public class RegistrationInformationServiceImpl implements RegistrationInformati
@Autowired
private SymptomsDrugsFeign symptomsDrugsFeign;
+ @Autowired
+ private DoctorFeign doctorFeign;
-
-
- @Override
- public List ShowRegistrationInformationAllPrice(Long medicalDepartmentId) {
- List list = registrationInformationMapper.ShowRegistrationInformationAllPrice(medicalDepartmentId);
- return list;
- }
-
@Override
public List ShowRegistrationInformationNumber(Long medicalDepartmentId) {
List list = registrationInformationMapper.ShowRegistrationInformationNumber(medicalDepartmentId);
@@ -60,5 +57,12 @@ public class RegistrationInformationServiceImpl implements RegistrationInformati
return informationList;
}
+ @Override
+ public List ShowRegistrationInformationAllPrice(Long medicalDepartmentId) {
+ AjaxResult ajaxResult = doctorFeign.findDoctorInformation(medicalDepartmentId);
+ List sysRedis = (List) ajaxResult.get("SysRedis");
+ return sysRedis;
+ }
+
}
diff --git a/src/main/java/com/four/patient/service/Impl/RemoteServiceImpl.java b/src/main/java/com/four/patient/service/Impl/RemoteServiceImpl.java
new file mode 100644
index 0000000..2d83a2a
--- /dev/null
+++ b/src/main/java/com/four/patient/service/Impl/RemoteServiceImpl.java
@@ -0,0 +1,11 @@
+package com.four.patient.service.Impl;
+
+
+public class RemoteServiceImpl implements RemoteService {
+
+
+ @Override
+ public String sayHello(String username) {
+ return "Hello,"+username+"!";
+ }
+}
diff --git a/src/main/java/com/four/patient/service/RegistrationInformationService.java b/src/main/java/com/four/patient/service/RegistrationInformationService.java
index ebb9cd7..3cf7222 100644
--- a/src/main/java/com/four/patient/service/RegistrationInformationService.java
+++ b/src/main/java/com/four/patient/service/RegistrationInformationService.java
@@ -9,7 +9,6 @@ public interface RegistrationInformationService {
- List ShowRegistrationInformationAllPrice(Long medicalDepartmentId);
List ShowRegistrationInformationNumber(Long medicalDepartmentId);
@@ -17,8 +16,11 @@ public interface RegistrationInformationService {
List ShowRegistrationInformationAll(Long medicalDepartmentId);
-
List ShowSymptomsDrug();
List ShowRegistration(Long registrationInformationId);
+
+ List ShowRegistrationInformationAllPrice(Long medicalDepartmentId);
+
+
}
diff --git a/target/classes/com/four/patient/controller/FollowDoctorController.class b/target/classes/com/four/patient/controller/FollowDoctorController.class
deleted file mode 100644
index d72869a160675cf3ef94a8839b0723f85572868a..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3957
zcmb_fZF3V<6n<{nlC&&R0;0TVX@Szx+NDsi&{8eM(3ccy14YHRO|nV1-Ry?lO-n`m
zfI7oCIN%6;KnG@=arA=@U>%`?`rZH0wBPs#j^}1K$)*Wy5IfV{dr$5?_dMr3=iHOO
z|M~q-03GMB`q$V2v5ini(yr_qA6AnLq${bST%g8_M%3>
zY6uK_BYHxN=_x}@N|qvPmKf1B%g|L-HpBo8`t(sfV(CU-PE2}KJ4GaP4;M;+^~H
zdlyfQ4jejv!C9nl%%x|q=hyRBE~c;Fr8T#^R=_&=8N7ykHYJ+`ZC8-PJtvy7F{R3u
zIBr=D~8|oSAxSu6e2}@x~j7g?7Vd|PV7&>u08zsTg`O;R(
z(Aea<$==gd^78H2;l)k?jo3xktPm20N=1w53`1`94v^vt%aPcWY8J2?Eez{pF3#{E
zC=r>VEm%Y|9x?i^fMd>n^5`pQ^FkD`2ki{4Pji^TuV|#)a+8->*pxSc)FsII(Ntto
zR5VLA3_VWdCz1P1fwu=}o6YEb&%o%vuFZdQYvJM7>093tqkY)VAlM0!zI2t+qz12|
z(~E-w4xx*oA&1+sIHDV}7}XP!qKTujnNleOyk;sAkxi3f&>d2TF|GhQL2fScL$Ov$
z+`~mMuiQxgcFDH(sS=k5^ECmlqnBZAR94+SW@vI7o%OPt=UJH#eGL7DwWM5=9zVLg
zxYYM=aNoNW_;8G&r$B%D_VUiHku)$_NP&
zKjtdZ4DEUQoI1}WLtNNHbIaBJPc<>i6wumhDZ7z`T=`8t!#a<*^D-tMAXS0YCb
zSz8@a;+kZo3<~IES(bPI5BKt$JIZ$OF>2Lv>{}-mS6W|pM0Gmnnh>?f5jmjnT;Jj@
z$oamwjW?A~sxGDYPfxg&KTfunE=;A5W*XqU{cEU+&o}F+r*7FpzYi*~nfLiL^YH!*
z4DZl<6^&;yGHR!n$f{^fKP2e$UD_ei$Y`wEeIM*z=E!^W$-f5m;_uU^U~j+&_>fkN
zS~iKU<%fSFMHMuT{sOOm&F){Zb`I+q?8zpEmIv56hlVOHX=<56s|Uk;>)zt6t=X-u
z{*DJYaF?`tz%6MYpgQyidi2s<)XZnG_MtR$NdMueL}Z#;G&JLlG#pcMkoPnTX9{h#|;#
zohaUwa{x`=Vi3JF1_%`=)kfO{CtQu#i6qVvCWF4?
zgtH|k%`B35kjjN`iez^9rimKoa!jr#IsdEn`ySxrEWDh}EMt_-=2}uSLoyFO$|&>G
M>^!YM&MCa`FXrR#zyJUM
diff --git a/target/classes/com/four/patient/controller/GiftController.class b/target/classes/com/four/patient/controller/GiftController.class
deleted file mode 100644
index 4c913e09ef610277935146f653ca224d70a9cef8..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3186
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
diff --git a/target/classes/com/four/patient/controller/RegistrationInformationController.class b/target/classes/com/four/patient/controller/RegistrationInformationController.class
deleted file mode 100644
index 8d5f85a50278d26b6a10b8c1c16afcc6e33964ab..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 4772
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
diff --git a/target/classes/com/four/patient/mapper/PatientEvaluatorMapper.class b/target/classes/com/four/patient/mapper/PatientEvaluatorMapper.class
deleted file mode 100644
index 5bf1e27600c4ee00f1869bedcee3343744e718a9..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 491
zcmbVJJx{|h5PdGt(()+=5MoDV=`CzUNF6{b3IY*{-3=ynaqP%(%70_v2k@g17Z-sP
zHWvHd`Q5#D=a0{~cL3+u>!Bks%3MLuuJ%;Qpp^|&$g)(P?pN??DNQYd^S3eG!@9u!
zLM|m4X>+=pEmRf+j?%e%ZI?`p5jYs0C6QkTZ79)I7z^}Mom&}duLP!l2p7qZDGmx}
z>8Z|MNZX*icR3s5R9kF($$byCt&|V#H-Veszj}UKkE2dmK3ASq1}X0=Q`g$C{gbxX
zYEh$RW`W~}+6G;yM_uWeQ4?!ji2f^q)5Q6lWGS<`B0b}DMe>(Gt48ClfWR7m8PMV7
aZ=lP#*C1>%?qd++t$1!@hwp~53w!~jb(paL
diff --git a/target/classes/com/four/patient/mapper/RegistrationInformationMapper.class b/target/classes/com/four/patient/mapper/RegistrationInformationMapper.class
deleted file mode 100644
index 3afdffcff47c7658f2d0a262c2f5ef79e4d8dab5..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 915
zcmaiyO-lnY5QZn!TEDfeA9xW|lzK52JynE45tLPn1@GxLuBn@3$w#Gs&4WL{A0^Ia
zMGkJmPx>AqY
z$PnIyuN9ajus&czMpLE|deUad4GP-`4VLFt`HX@sUt0t;P{
zDCWH31g`%G&ZBQC45U`H@8f5h$6g6H`a-p|JCd2x(zcCHZ1Vz*4|0Mr?1E8%UJxxspw(ZQuZUD;S_dX9`j=>t(QG+CTlu|35)K#
z6MVvzFLrUEVty&oeAZ*SFE;5UUkw5~zo+o4`J*Y#7e>uF0t9AowE@bwon@HAynKa_3dd?@kTC?d4C
znK0k{5_F+*=;HX#rM<(}ZG`ip1K22V|=UdXUz&M$A+
zVro5iN_|chjKKB$@KqC9X??zX)GEZL{OyxFKlr4Lj_fz7d9KoT)^VrVznP1^{YXGy
a$Ug)Oc=a(x%!{7kg!vc~#yma0oP7ge_g^dk
diff --git a/target/classes/com/four/patient/service/Impl/FollowDoctorServiceImpl.class b/target/classes/com/four/patient/service/Impl/FollowDoctorServiceImpl.class
deleted file mode 100644
index 24ea85e3370e33d431e50239d92b90a98dc5dd55..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2190
zcmbVOZC4vb6n-WI7Q$9&S}9n>)|L`p+ObM)B}heDG#aSKwE4b-Njhb-n={#z!+-Jk
z8|pb8w0`gh_?tW)pGh{^h0@CLL-x+j-uv9=zRaEc_0J!F0$9ZlIb<;8AnRfnBLb5z
zyqBKzy`UkV?7dL6NMK}L2Rhmi7%D7Q$1sX92RRqxa0Tww!ltZ;9V1&_q*V~fwlXhu
zP03QT<;(5R_rt?SVJ!+xrT4+^3*_smFFRhVrHsHz`3GEl
z3oM=Al-_kfno*jaz;+>VPq1bf$o)?3K*7PqF$;r8Vis*x>lhs!$xfvGwyeaj&+MCk
z+fY$CZ0O(_LlRghEGA*JkJ^!HO0T75Gu&6c94M0JHC%V_v5OnHDR5)p^zAkRWAtU+
z=zZppj*{5QVbCDvEi5=FxLCxJfE-}Pf&520iQn$wmxzCQ_7<`Wlp@hSVg@;p2|i8F}I=3AC^J1RO@O&8{Lucz(fHW!%ru@gkP
zsj9lI_k6V(1Yy+eAr|dHIW!H~ZW$dk>c(rT!_XYaJ>>;$S@-N|Ig;MMKyG%T@K77I
zUlho0v62kGtOK>%Y3?cW)FV6#QVwgLU-gW(@9}0fdamj3e$o@Cxxee2(w$pR9aMq4
z3DEh9N(iA@%~Ub_WnjJiq;cmHJx2QL|_CwQZL>_T2Nlota%u9HYXB
z!E#b{uYw}3^U}yb;4}U*_Tr$t$LnW=@^i{8C2t=-@AFMk3d-T7-ynYBB7+Bf+RwlQ
zzTndWPyuTwQgX^7Pc3WwGvzSlt)*Y#EWgHu40cwIap@-vi&wv6X7~0nK3dBz&t#7=
zzw(NjLtXSaI9y*LxoKj}aEM>!Y8G=G$~XD6URQg_u~+)QI=-a$aq4d1Aw5rXvV4V2
zV$Lz-ud&6@9?^0X;%{7bh}sYPF?WTXWHIl6a)^6VG4JIx?-b8G5y6=~PF8u$6LF!-
z?OM-zz-7
dz9mA*B2e~rzT@h9?qpErZ>PK39c1DO@Go3dML+-m
diff --git a/target/classes/com/four/patient/service/Impl/GiftServiceImpl.class b/target/classes/com/four/patient/service/Impl/GiftServiceImpl.class
deleted file mode 100644
index 9c5a32dea9901f011c72a488e91ac64ff9576063..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3169
zcma)8YjYD-7=BKgvTeF8rBrAY0lBucuvodZ0klxTVp^~%Q3SvhesuhdGfuEN;}7sRIgZcS-DE=vV?QKk&pGdTFVB1Z``x7f6^qnbAun!xh+*dgyi0zw+M&RLL&%V55Rw6`Rl}
zu9>W%aZp)_5o+M8>rogG8NG%F0
zI<}UpWS6v@Q`9ZnS8dM7I&Ll*vh~55wmri%+++d+7*z1MiYKs5U{eHVNFmT+*)c8hk~6dp29AH(T0Jc@UoGuxRzJdr21to9d0knoq%c@QfvUqx((GYSq1^h7S4(mf*q4Q*25Gb*F_D3SKL
zD>l-V6zl=$z?T=s-#uS9|e{X2Jj92mBtvt-1`lsLRz{fkvizM+Pu4ADgb*HXEVPLf@ho>@{+
zke=zGXQrI2=LCVOz-EnZa9CU5rE}9kZ5J4vtJofME@PD~#^$7LJDv|COVo*!tR!xh3!ZxRj9WGfxVFx
zP4#ST_ux!WVW7!A5JDD}Yx0wKVQPyhI#FUEurp%a8X%bt^@7192z?ha+UmB>e}PA!
zwyq46AttqDJ!`F9J*E7r+sF(K4QWr$E^$N&LvNyGjI&(XWkxvbRC9#SN5?GsY(r@d
zP+8-gB_q54e3Vx*To1`6AU)kGiP+y=!|@oEoD2N9E6FLMgCm_lk-wOn(zrUD^)_%V
zac$$uQIG#`a;I?>T-y)ahxnBrF}VDf*FZnY{Fe+!01p+e?6l}3m3*AxE+#1s{03ze
z-2$nRd)&AAJmh2vjzI}*^Z9HEXhS~ob{Q+=@RsDjH8`pA>n2ZPc$;6G(D+4J;tt~I
z<@qmC*2pS0$1pQm!`7eBF7Ew~Cua}VuzMmtG8nI6c;ruLSMKBK8pe2htcHmio*QrX
zpVn}071J?HD1%B3GxDNipnagj98bvmfy7{Z6?1Wf#F2vcn|LrsR4YA5AY#9upOV_
zBYaHMl32ngxJ3_Mz%_hIt_mg1@%|P=Ko>RX=1@SXqvedF{8;6Kf1Z}_!3
zPu4uYDxYq@QWYc6zoLC@Rt3`ex$+8v+A_Ez`v+icv9#
zDO}3pvV%`BEwI>iN6e(DDy>kPLurj_%2K?1VOIi9RT(#^YX1dI6SzhXbOD-&O{414
zYiL;yb`(9*xk#E9t&A4I=GG{fm>b7
z*pO4Wl=d`LCqPB28O^r?nrN9TXK_Q|Y!c@Oo>4hSq%DD44$I^Y&xy0nP%_E4be*p5
zAVsNRMG6+_bLMZCXPn{PqUa5HTn_@1&s)ABYFRh+c1^AMeqf>;VLL0FZ|MyUPj
zZs^t3K@jfAZRPn*x$9L}R)^B-3dpsV2@Z6qb_xQSbw)|xoU47c*{W}=aLXe+o$Uq{
zuU7U#ZP)Q;#=O+jS4iUB%m2TMnkvU)nQm3vqG4a@Eh84s-#HvMIy@ft++9fsoj&k|
zRgxJj>8kIUR!EbJCrbJKaff@26u9$VBn56rr(;>Qm27)8dNx;L)32yU+Gf+`f5>Z_E=#to
z1oH1x#%>a-z%caeLeaZXV9y%hlO*sNzm$DtINs%3)z9%B$23PiRs1h=B{>R?ee-W1
ze&i&D0{`|H7{&_!7JwJ<1y(t-gJOiYtZ7$urDJp0o#Br
z&UpK7jAKvl<4Yo}Sp<&lov%1s=S~U_IO8k9nbq|JQTsUFw7M4FVl;(~#Uo67k3RAG
zXI$L8euSCj%)(^m2y+X+LVouKH;?e?VnS$|o&he>CsQ=x62|DO3z+6=hRyd1eK8vm
zz1>z66QxQ##3Pa!!c{!R*CfOj1w}j|r74W!8@R||gV+NQe_$-j^NzM#{
H`z`PnA-7Hs
diff --git a/target/classes/com/four/patient/service/Impl/RegistrationInformationServiceImpl.class b/target/classes/com/four/patient/service/Impl/RegistrationInformationServiceImpl.class
deleted file mode 100644
index 4f23d39f8a3645b5d2d967a9dc5fb62aba1193d1..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2571
zcmb_dZByGu5Pr@O9E<`4C~caM7f2c#Qm!u{Noz_<Si2Z5ns@F6^^&i6wbX5)A*U
zo$0ibe(3abe^jT>Ns8@Y8!{b#(Vg~o_u1Qh_V%BD|NINUT|6xyhp{}y9h}32!0apc
z(3LIMZ^|DJUa49nFtMq99c>AW6-)b*IFHFZ3J#{=2t2F>o@@lMk!?59%8z8I%%QF+
zx#zW8@`Y;ZFfu#}{5`)B7%$mYQyr@!uw(`+J#*V_Wd!b5`Y^oYXqflZusnrn%;Yia
z;3DP(HvX3vftBjZ;AqG_wp*>|hL;ssE>^mUs|0?tTuKFTq+7DWBqZ@HIQYN@bK?}J
zKg8aFGB)}T9ei|__H*OvP+9Gd9bC5BS5NWHfNcSn99+dUfw}P5Ye#_>?wGh4?ke5%
z1=jlW-LNOJ+NaDr-N14lD-LermO!a5$HOcI<{R3tXD$v%m$
z>LEPH_$+YgMeIk~Q~Ns92Q9Vj`$3d2J`{LR2~1OlZKM5W!?>P03e0PHpj5H?YD9MbfQBxy8-uB
z)2Of=_@S~CNH#-?P~IZgWR*;Hqu4MxwKIEi6o|97-FjPtRe8&{-Zac)z1HRW(%}1M
zOc%JAS)|=*-w=W3X*Qehmr$GBm@oQqMvL&>&SoBMCZCMTnZVP&d<;qa*^vnps+=}8
zwW}@vZx7)@&wyFC4K7d|*nMH7j0%_uB{P#UU$pZai302V=IoT?{xi-7x|Z-?R3t*qbx1>
PE_dH2rGL^P^d9gZdz+c-
diff --git a/target/classes/com/four/patient/service/PatientEvaluatorService.class b/target/classes/com/four/patient/service/PatientEvaluatorService.class
deleted file mode 100644
index 28325196251563f927cdfec706f85512d98654a4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 413
zcmbVIJ5B>J5PcIMO9DuUA~YNzGzFDM?kLP{9e?GqeT;Zrdk8r8Of?q<8{H~HUKJn7T#%jZ}4ZdrX%PNIfZTJGagyXqt
z6g%Z>eteo6od~DZYxwB?xpj_kGCnWc{hX}h(k|14FsN+pRm#y2rhgW$%U@eEEQ06f
ztl!xBWMT}pI1{QXHo1|zBkLtV>b?;k#{asxwcbXZihOONs0=G@l;r6Fss#_nrI`-
zFs_~h*d)-OvKgZpQz?BMPkG`94B{6(uc2ON*~nmP0w=@hn;L1AhNo4+JCV@{=Y|Bj
zu}Bqj-XJ0Qmv9-alwcsWqR&2grH0#FD_h8^f|}jJE1Y=Tu>6CUV{V#jMurKC+a5La
z!6V?|ih_6{bEl=fF+L@5IQ-)T_rH=gG7HIG3Ab3fXz9=Hwp7=P(dLBTiVRmA)ZAfd
t?^$6_hX8>M{44-%bh`~5!~vofY$5Kh;ochFUc)=EyW;O*v|o1We*s3g$HM>s
diff --git a/target/classes/mapper/FollowDoctorMapper.xml b/target/classes/mapper/FollowDoctorMapper.xml
deleted file mode 100644
index 3ae3676..0000000
--- a/target/classes/mapper/FollowDoctorMapper.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
- insert into follow_doctor(
- user_id,
- registration_information_id
- )
- values (
- #{userId},
- #{registrationInformationId}
- )
-
-
- delete
- from follow_doctor
- where registration_informaion_id = #{registrationInformationId}
-
-
-
diff --git a/target/classes/mapper/GiftMapper.xml b/target/classes/mapper/GiftMapper.xml
deleted file mode 100644
index 7b90323..0000000
--- a/target/classes/mapper/GiftMapper.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
- insert into gift_record(
- giver_id,
- gift_id,
- gift_giving_time)
- values (
- #{giverId},
- #{giftId},
- #{giftGivingTime}
- )
-
-
- update sys_user set
- user_money=#{patientMoney}
- where user_id=#{userid}
-
-
- update sys_user set
- user_money=#{doctorMoney}
- where user_id=#{userId}
-
-
-
-
-
-
-
-
-
-
diff --git a/target/classes/mapper/PatientEvaluatorMapper.xml b/target/classes/mapper/PatientEvaluatorMapper.xml
deleted file mode 100644
index 5e4bb2a..0000000
--- a/target/classes/mapper/PatientEvaluatorMapper.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- insert into patient_evaluator(
- patient_id,
- registration_information_id,
- comment_content,
- comment_time
- )
- values (
- #{patientId},
- ${registrationInformationId},
- ${commentContent},
- #{commentTime}
- )
-
-
-
-
-
diff --git a/target/classes/mapper/RegistrationInformationMapper.xml b/target/classes/mapper/RegistrationInformationMapper.xml
deleted file mode 100644
index 237d297..0000000
--- a/target/classes/mapper/RegistrationInformationMapper.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SELECT r.registration_information_id,
- r.user_id,r.real_name,
- r.affiliated_hospital,
- r.medical_department_id,
- r.professional_title_doctor_id,
- r.personal_resume,
- r.area_expertise,
- r.registration_time,
- r.number_patients_served,
- r.consulting_price,
- r.praise,
- r.registration_information_examine_status,
- r.registration_information_medic_status,
- s.`name`, p.professional_title_doctor_name
- FROM `registration_information` r
- LEFT JOIN symptoms_drugs s ON r.medical_department_id = s.id
- LEFT JOIN professional_title_doctor p
- ON r.professional_title_doctor_id = p.professional_title_doctor_id
-
-
-
-
-
-
-
-
diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties
deleted file mode 100644
index 9b92795..0000000
--- a/target/maven-archiver/pom.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-#Generated by Maven
-#Mon Oct 30 20:34:36 CST 2023
-groupId=com.four
-artifactId=dimensional-health-interrogation
-version=1.0-SNAPSHOT
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
deleted file mode 100644
index 6d5bded..0000000
--- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
+++ /dev/null
@@ -1,41 +0,0 @@
-com\four\patient\service\GiftService.class
-com\four\patient\service\HistoricalConsultationService.class
-com\four\util\HXUtil.class
-com\four\util\HXUser.class
-com\four\doctor\controller\HistoricalDoctorController.class
-com\four\patient\mapper\GiftMapper.class
-com\four\Instantmessaging\service\InstantService.class
-com\four\patient\mapper\RegistrationInformationMapper.class
-com\four\patient\service\Impl\FollowDoctorServiceImpl.class
-com\four\patient\controller\PatientEvaluatorController.class
-com\four\patient\controller\RegistrationInformationController.class
-com\four\patient\feign\SymptomsDrugsFeign.class
-com\four\doctor\service\GiftRecordDoctorService.class
-com\four\doctor\mapper\PatientDoctorMapper.class
-com\four\Instantmessaging\controller\InstantController.class
-com\four\patient\service\RegistrationInformationService.class
-com\four\patient\mapper\FollowDoctorMapper.class
-com\four\patient\mapper\PatientEvaluatorMapper.class
-com\four\patient\service\Impl\RegistrationInformationServiceImpl.class
-com\four\util\Token.class
-com\four\doctor\service\Impl\HistoricalDoctorServiceImpl.class
-com\four\util\HXUtil$HXMessageType.class
-com\four\patient\service\FollowDoctorService.class
-com\four\patient\service\Impl\GiftServiceImpl.class
-com\four\doctor\service\HistoricalDoctorService.class
-com\four\patient\controller\HistoricalConsultationController.class
-com\four\doctor\service\PatientDoctorService.class
-com\four\doctor\service\Impl\GiftRecordDoctorServiceImpl.class
-com\four\patient\controller\FollowDoctorController.class
-com\four\patient\service\Impl\HistoricalConsultationServiceImpl.class
-com\four\doctor\controller\GiftRecordDoctorController.class
-com\four\doctor\service\Impl\PatientDoctorServiceImpl.class
-com\four\patient\service\PatientEvaluatorService.class
-com\four\doctor\mapper\GiftRecordDoctorMapper.class
-com\four\doctor\mapper\HistoricalDoctorMapper.class
-com\four\Instantmessaging\service\Impl\InstantServiceImpl.class
-com\four\InterrogationApp.class
-com\four\patient\service\Impl\PatientEvaluatorServiceImpl.class
-com\four\patient\mapper\HistoricalConsultationMapper.class
-com\four\doctor\controller\PatientDoctorController.class
-com\four\patient\controller\GiftController.class
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
deleted file mode 100644
index b941cbc..0000000
--- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
+++ /dev/null
@@ -1,40 +0,0 @@
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\service\Impl\PatientDoctorServiceImpl.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\service\Impl\HistoricalDoctorServiceImpl.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\Impl\PatientEvaluatorServiceImpl.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\controller\GiftRecordDoctorController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\util\Token.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\controller\FollowDoctorController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\mapper\GiftMapper.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\mapper\FollowDoctorMapper.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\Impl\FollowDoctorServiceImpl.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\mapper\HistoricalDoctorMapper.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\mapper\RegistrationInformationMapper.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\util\HXUser.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\controller\HistoricalConsultationController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\RegistrationInformationService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\controller\RegistrationInformationController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\InterrogationApp.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\mapper\GiftRecordDoctorMapper.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\FollowDoctorService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\service\HistoricalDoctorService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\feign\SymptomsDrugsFeign.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\controller\HistoricalDoctorController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\Instantmessaging\controller\InstantController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\controller\GiftController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\HistoricalConsultationService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\Impl\RegistrationInformationServiceImpl.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\Impl\HistoricalConsultationServiceImpl.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\PatientEvaluatorService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\GiftService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\service\Impl\GiftRecordDoctorServiceImpl.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\mapper\PatientDoctorMapper.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\mapper\HistoricalConsultationMapper.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\controller\PatientEvaluatorController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\service\Impl\GiftServiceImpl.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\service\PatientDoctorService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\patient\mapper\PatientEvaluatorMapper.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\service\GiftRecordDoctorService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\Instantmessaging\service\InstantService.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\doctor\controller\PatientDoctorController.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\util\HXUtil.java
-D:\Project\dimensional-health-interrogation\src\main\java\com\four\Instantmessaging\service\Impl\InstantServiceImpl.java