|
|
|
@ -66,7 +66,7 @@ public class UnitConversionServiceImpl implements UnitConversionService { |
|
|
|
|
log.error(LOGGER_MSG + "查询物料分类编码异常", e); |
|
|
|
|
throw new RuntimeException(e); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
query.setXhfNsrsbh(null); |
|
|
|
|
List<UnitConversion> result = unitConversionDao.queryAll(query); |
|
|
|
|
PageInfo<UnitConversion> pageInfo = new PageInfo<>(result); |
|
|
|
|
return new PageUtils(pageInfo.getList(), (int) pageInfo.getTotal(), pageInfo.getPageSize(), pageInfo.getPageNum()); |
|
|
|
|