Commit b65a21992a7cee912cd677ec22f7cb4dfe8b0212
1 parent
3e73044e15
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 2 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/FolviteService.java
View file @
b65a219
| ... | ... | @@ -5,7 +5,6 @@ |
| 5 | 5 | import com.lyms.platform.permission.model.FolviteRecordQuery; |
| 6 | 6 | import com.lyms.platform.pojo.FolviteReceiveRecordModel; |
| 7 | 7 | import com.lyms.platform.pojo.FolviteRecordModel; |
| 8 | -import com.sun.istack.internal.NotNull; | |
| 9 | 8 | |
| 10 | 9 | import java.util.List; |
| 11 | 10 | |
| ... | ... | @@ -50,7 +49,7 @@ |
| 50 | 49 | * @param userId |
| 51 | 50 | * @return |
| 52 | 51 | */ |
| 53 | - BaseResponse queryOneProvide(@NotNull String id, Integer userId); | |
| 52 | + BaseResponse queryOneProvide(String id, Integer userId); | |
| 54 | 53 | |
| 55 | 54 | |
| 56 | 55 | List<FolviteRecordModel> queryFolviteList(FolviteQuery folviteQuery); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/FolviteServiceImpl.java
View file @
b65a219
| ... | ... | @@ -25,7 +25,6 @@ |
| 25 | 25 | import org.springframework.beans.factory.annotation.Autowired; |
| 26 | 26 | import org.springframework.stereotype.Service; |
| 27 | 27 | |
| 28 | -import javax.validation.constraints.NotNull; | |
| 29 | 28 | import java.util.*; |
| 30 | 29 | |
| 31 | 30 | /** |
| ... | ... | @@ -140,7 +139,7 @@ |
| 140 | 139 | } |
| 141 | 140 | |
| 142 | 141 | @Override |
| 143 | - public BaseResponse queryOneProvide(@NotNull String id, Integer userId) { | |
| 142 | + public BaseResponse queryOneProvide(String id, Integer userId) { | |
| 144 | 143 | Map<String, Object> respone = new HashMap<>(); |
| 145 | 144 | String hospitalId = autoMatchFacade.getHospitalId(userId); |
| 146 | 145 | //叶酸建档id |