| | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.sinata.common.entity.PageDTO; |
| | | import com.sinata.common.utils.StringUtils; |
| | | import com.sinata.system.domain.MedicalWasteStaticsVO; |
| | | import com.sinata.system.domain.MwCollectRecord; |
| | | import com.sinata.system.domain.dto.CollectCarTotalUpDto; |
| | | import com.sinata.system.domain.dto.CollectDto; |
| | |
| | | return baseMapper.queryListTimeType(2); |
| | | } |
| | | |
| | | /** |
| | | * 医疗机构存储量预警 |
| | | * |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<MwCollectRecordWarningVO> queryListGroupByDepartment() { |
| | | return baseMapper.queryListGroupByDepartment(); |
| | | } |
| | | |
| | | /** |
| | | * 预警数据统计 |
| | | * |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @Override |
| | | public MedicalWasteStaticsVO queryMedicalWasteStatics(String treeCode) { |
| | | return baseMapper.queryMedicalWasteStatics(treeCode); |
| | | } |
| | | } |