|
@@ -56,7 +56,7 @@ public class InOutStorageServiceImpl extends ServiceImpl<InOutStorageMapper, InO
|
|
|
wrapper.eq("ios", InOutStorage::getType, dto.getType());
|
|
|
wrapper.like("ios", InOutStorage::getCode, dto.getCode());
|
|
|
wrapper.eq("ios", InOutStorage::getDepartmentId, dto.getDepartmentId());
|
|
|
- wrapper.like("w", Warehouse::getName, dto.getWarehouseName());
|
|
|
+ wrapper.eq("w", Warehouse::getId, dto.getWarehouseId());
|
|
|
wrapper.eq("ios", InOutStorage::getDetailType, dto.getDetailType());
|
|
|
wrapper.ge("ios", InOutStorage::getCreateTime, dto.getBeginTime());
|
|
|
wrapper.le("ios", InOutStorage::getCreateTime, dto.getEndTime());
|