| | |
| | | return rawInsProductMapper.selectPageDevice(pageNo, pageSize, codeOrNameOrModel); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, Object> inspectIdSelect(Integer inspectId) { |
| | | return rawInsProductMapper.inspectIdSelect(inspectId); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> parentClassification() { |
| | | return rawInsProductMapper.parentClassification(); |
| | | } |
| | | |
| | | /*判断检测值是否满足标准值和内控值的要求,如果不满足则检验结论为不合格*/ |
| | | private int checkValues(String standardValueStr, String controlValueStr, String detectionValueStr) { |
| | | boolean isStandardValueSatisfied = isValueSatisfied(standardValueStr, detectionValueStr); |