ZeroLiYi 1 年之前
父节点
当前提交
c3237eca68

+ 1 - 1
src/main/java/com/chinaitop/depot/storage/service/impl/ClearanceConfirmationServiceImpl.java

@@ -109,6 +109,6 @@ public class ClearanceConfirmationServiceImpl implements ClearanceConfirmationSe
109 109
 
110 110
     @Override
111 111
     public List<StorageStorehouseBusiness> findByWarehouse(Integer storehouseId) {
112
-        return ClearanceConfirmationMapper.findfindByWarehouseList(storehouseId);
112
+        return ClearanceConfirmationMapper.findByWarehouseList(storehouseId);
113 113
     }
114 114
 }