@@ -131,7 +131,7 @@ public class QualityInspectionServiceImpl implements QualityInspectionService {
@Override
public Map<String, Object> getByStoreAndWarehouse(CommonParam param) {
- return qualityInspectionMapper.getByStoreAndWarehouse(param);
+ return qualityInspectionMapper.selectByStoreAndWarehouse(param);
}