소스 검색

优化医生端消息通知逻辑

cgp 1 주 전
부모
커밋
e66ca3dc06
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      fs-doctor-app/src/main/java/com/fs/app/controller/FsPrescribeController.java

+ 0 - 4
fs-doctor-app/src/main/java/com/fs/app/controller/FsPrescribeController.java

@@ -25,7 +25,6 @@ import com.fs.his.service.IFsPrescribeService;
 import com.fs.his.vo.FsPrescribeListVO;
 import com.fs.his.vo.FsPrescribeRecordRejectVo;
 import com.fs.his.vo.FsPrescribeVO;
-import com.fs.hisStore.service.IFsUserInformationCollectionService;
 import com.github.pagehelper.PageInfo;
 import io.jsonwebtoken.Claims;
 import org.springframework.beans.factory.annotation.Autowired;
@@ -55,9 +54,6 @@ public class FsPrescribeController extends BaseController
     @Autowired
     private FsPatientMapper fsPatientMapper;
 
-    @Autowired
-    private IFsUserInformationCollectionService fsUserInformationCollectionService;
-
     @Autowired
     private IFsPrescribeRecordService prescribeRecordService;