Commit bc99747f76bb2961998a0c43431616ef3546639a
1 parent
4b3bed9ddb
Exists in
master
and in
1 other branch
修改产检删除
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/LisCrisisItemController.java
View file @
bc99747
| ... | ... | @@ -6,6 +6,7 @@ |
| 6 | 6 | import com.lyms.platform.common.annotation.TokenRequired; |
| 7 | 7 | import com.lyms.platform.common.base.BaseController; |
| 8 | 8 | import com.lyms.platform.common.constants.ErrorCodeConstants; |
| 9 | +import com.lyms.platform.common.enums.YnEnums; | |
| 9 | 10 | import com.lyms.platform.common.result.CommonResult; |
| 10 | 11 | import com.lyms.platform.common.utils.DateUtil; |
| 11 | 12 | import com.lyms.platform.common.utils.JsonUtil; |
| ... | ... | @@ -106,6 +107,7 @@ |
| 106 | 107 | map.put("patientId", data.getPatientId()); |
| 107 | 108 | EmergenceTreatmentQuery emergenceTreatmentQuery=new EmergenceTreatmentQuery(); |
| 108 | 109 | emergenceTreatmentQuery.setEmergenceId(data.getId()); |
| 110 | + emergenceTreatmentQuery.setYn(YnEnums.YES.getId()); | |
| 109 | 111 | List<EmergenceTreatmentModel> models= emergenceTreatmentService.queryEmergenceTreatmentModel(emergenceTreatmentQuery,"created"); |
| 110 | 112 | Long lastTime=null; |
| 111 | 113 | if(CollectionUtils.isNotEmpty(models)){ |