Selaa lähdekoodia

修改方法名

hanqingsong 1 vuosi sitten
vanhempi
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
     @Override
132
     @Override
133
     public Map<String, Object> getByStoreAndWarehouse(CommonParam param) {
133
     public Map<String, Object> getByStoreAndWarehouse(CommonParam param) {
134
-        return qualityInspectionMapper.getByStoreAndWarehouse(param);
134
+        return qualityInspectionMapper.selectByStoreAndWarehouse(param);
135
     }
135
     }
136
 
136
 
137
     @Override
137
     @Override