|
@@ -243,9 +243,9 @@ public class BiInfoController {
|
|
List<ContractManagementInfo> contractManagementInfos = contractManagementInfoService.selectList(contractManagementInfoEntityWrapper);
|
|
List<ContractManagementInfo> contractManagementInfos = contractManagementInfoService.selectList(contractManagementInfoEntityWrapper);
|
|
if (CollectionUtils.isNotEmpty(contractManagementInfos)) {
|
|
if (CollectionUtils.isNotEmpty(contractManagementInfos)) {
|
|
for (int i = 0; i < 10; i++) {
|
|
for (int i = 0; i < 10; i++) {
|
|
-// if (contractManagementInfos.size() <= i) {
|
|
|
|
-// break;
|
|
|
|
-// }
|
|
|
|
|
|
+ if (contractManagementInfos.size() <= i) {
|
|
|
|
+ break;
|
|
|
|
+ }
|
|
contractManagementInfoList.add(contractManagementInfos.get(i));
|
|
contractManagementInfoList.add(contractManagementInfos.get(i));
|
|
}
|
|
}
|
|
|
|
|