|
@@ -499,6 +499,9 @@ public class LoopController {
|
|
|
Integer id = loopDataLogVO.getId();
|
|
|
if (id == null || id == 0) return toolUtils.response(InterfaceResultEnum.LACK_PARAM_ERROR,version);
|
|
|
if (loopDataLogVO.getDownload() != null && loopDataLogVO.getDownload() == 1) {
|
|
|
+ loopDataLogVO.setPage(null);
|
|
|
+ loopDataLogVO.setCount(null);
|
|
|
+ } else {
|
|
|
loopDataLogVO.setPageAndCount(loopDataLogVO.getPage(), loopDataLogVO.getCount());
|
|
|
}
|
|
|
List<LoopDataLogDTO> loopDatalogList = loopDataLogService.getLoopDataLogListByLoopDataLogVO(loopDataLogVO);
|