feature:单位换算去掉以税号为查询

release
gaorl 2 years ago
parent 30dc3973fb
commit a1c0b5c850
  1. 2
      order-management-consumer/src/main/java/com/dxhy/order/consumer/modules/unitconversion/service/impl/UnitConversionServiceImpl.java

@ -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());

Loading…
Cancel
Save