包头bug修改

This commit is contained in:
guoshengxiong 2025-03-27 19:38:19 +08:00
parent c868efeb1f
commit faf818d1c4

View File

@ -189,7 +189,7 @@ public class PouringOrderLedgerServiceImpl extends ServiceImpl<PouringOrderLedge
} else {
param.put("groupby", "group by " + (StrUtil.isNotBlank(groupby.toString()) ? groupby.toString() : "1=1"));
}
List<EntityMap> periodMilestones = baseMapper.getCountSupplyStationDetail(param);
List<EntityMap> pouringOrderLedgers = baseMapper.getCountSupplyStationDetail(param);
int pageNo = Integer.parseInt(param.getOrDefault("pageNo", 1).toString());
int pageSize = Integer.parseInt(param.getOrDefault("pageSize", 10).toString());
if (pageSize < 0) {