Преглед на файлове

优化医生端消息通知逻辑

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;