teamBill 账单为5个
This commit is contained in:
parent
8922be575d
commit
e0fa26d38b
@ -91,7 +91,7 @@ public class TeamBillQryExe {
|
||||
*/
|
||||
public List<TeamBillCO> executeAgent(AppIdLongCmd cmd) {
|
||||
|
||||
List<TeamBillCycle> teamBillCycles = teamBillCycleService.listLatestBill(cmd.getId(), 2);
|
||||
List<TeamBillCycle> teamBillCycles = teamBillCycleService.listLatestBill(cmd.getId(), 5);
|
||||
|
||||
if (CollectionUtils.isEmpty(teamBillCycles)) {
|
||||
return Lists.newArrayList();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user