| | |
| | | |
| | | String getLaboratoryCode(String name); |
| | | |
| | | IPage<SampleProductDto2> selectSampleAndProductByOrderId(IPage<SampleProductDto2> page, QueryWrapper<SampleProductDto2> ew); |
| | | IPage<SampleProductDto2> selectSampleAndProductByOrderId(IPage<SampleProductDto2> page, QueryWrapper<SampleProductDto2> ew,Integer id); |
| | | |
| | | IPage<CostStatisticsDto> selectCostStatistics(IPage<CostStatisticsDto> page, QueryWrapper<CostStatisticsDto> ew); |
| | | |
| | |
| | | |
| | | String seldepLimsId(int depLimsId); |
| | | |
| | | Map<String, Object> getDeviceMessage(@Param("ip")String ip, |
| | | @Param("inspectionItem") String inspectionItem, |
| | | @Param("inspectionItemSubclass") String inspectionItemSubclass, |
| | | @Param("sample") String sample); |
| | | InsOrder selectById2(Integer id); |
| | | } |