|
@@ -21,7 +21,6 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.util.CollectionUtils;
|
|
|
|
|
|
-import java.time.LocalDate;
|
|
|
import java.util.*;
|
|
|
|
|
|
@Service
|
|
@@ -85,6 +84,8 @@ public class SysNewsInformationServiceImpl extends BaseServiceImpl<Long, SysNews
|
|
|
queryInfo.setMemo(memo);
|
|
|
queryInfo.setType(6);
|
|
|
queryInfo.setTenantId(-1);
|
|
|
+ // App按钮查询时重置默认查询条件rows=999
|
|
|
+ queryInfo.setRows(999);
|
|
|
MapUtil.populateMap(params, queryInfo);
|
|
|
count = sysNewsInformationDao.queryHomeCount(params);
|
|
|
if(count == 0){
|