| | |
| | | IPage<CostStatisticsDto> selectCostStatistics(IPage<CostStatisticsDto> page, QueryWrapper<CostStatisticsDto> ew); |
| | | |
| | | List<Map<String, String>> selectDeviceList(Set<String> names); |
| | | List<SampleDefectsFatherVo> selectSampleDefects(Page page, String inspectionItems, String orderNumber); |
| | | List<SampleDefectsFatherVo> selectSampleDefects(Page page, @Param("inspectionItems") String inspectionItems, @Param("orderNumber") String orderNumber); |
| | | |
| | | Long getCount(String inspectionItems, String orderNumber); |
| | | Long getCount(@Param("inspectionItems") String inspectionItems, @Param("orderNumber") String orderNumber); |
| | | |
| | | String getEnumLabelByValue(String value); |
| | | |
| | |
| | | |
| | | @Override |
| | | public int upStandardTemplate(StandardTemplate standardTemplate) { |
| | | standardTemplate.setThing(standardTemplateMapper.selectById(standardTemplate.getId()).getThing()); |
| | | return standardTemplateMapper.updateById(standardTemplate); |
| | | } |
| | | |