瀏覽代碼

优化医生端消息通知逻辑

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;