包头bug修改
This commit is contained in:
parent
c868efeb1f
commit
faf818d1c4
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user