| | |
| | | public IPage<Map<String, Object>> selectUnRawInspectsList(Page<Object> page, String formTime, Integer dealState) { |
| | | return inspectUnacceptedMapper.selectInsList(page, formTime, dealState); |
| | | } |
| | | |
| | | @Override |
| | | public IPage<Map<String, Object>> selectUnqualifiedRawMaterials(Page<Object> page, String formTime, String productName, String supplier, Integer processingStatus) { |
| | | return inspectUnacceptedMapper.selectUnqualifiedRawMaterials(page, formTime, productName, supplier, processingStatus); |
| | | } |
| | | |
| | | @Override |
| | | public IPage<Map<String, Object>> selectDisposal(Page<Object> page, String specificationModel, String productName, String productCategories, Integer state) { |
| | | return null; |
| | | } |
| | | } |
| | | |