Commit 1370413996c564f72631fc2c4438fe511118508f
1 parent
eb57300644
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 5 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
1370413
... | ... | @@ -86,7 +86,12 @@ |
86 | 86 | @Autowired |
87 | 87 | private PatientsService patientsService; |
88 | 88 | |
89 | + | |
89 | 90 | @Autowired |
91 | + private TrackDownRecordService trackDownRecordService; | |
92 | + | |
93 | + | |
94 | + @Autowired | |
90 | 95 | private QhdfyHisService qhdfyHisService; |
91 | 96 | |
92 | 97 | @Autowired |
... | ... | @@ -3430,9 +3435,6 @@ |
3430 | 3435 | |
3431 | 3436 | return "setNumberCode finish"; |
3432 | 3437 | } |
3433 | - | |
3434 | - @Autowired | |
3435 | - private TrackDownRecordService trackDownRecordService; | |
3436 | 3438 | |
3437 | 3439 | /** |
3438 | 3440 | * 修改最后一次产检预约日期同步到追访记录中 |