Parcourir la source

修改方法名

hanqingsong il y a 1 an
Parent
commit
70d295a379

+ 1 - 1
src/main/java/com/chinaitop/depot/qualityControl/service/impl/QualityInspectionServiceImpl.java

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