Commit 68aee98b by 胡涛

Merge branch 'master-hutao' into 'master'

优化

See merge request fairylandcloudschool/elearn!2
parents 59e9f295 1fafa569
package com.yizhi.system.application.controller.remote;
import cn.hutool.core.util.ObjectUtil;
import com.alibaba.fastjson.JSON;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.plugins.Page;
......@@ -204,6 +205,9 @@ public class ReportAccountController {
Long siteId = rangeAccountReqVO.getSiteId();
List<Long> orgIds = rangeAccountReqVO.getOrgIds();
List<Long> accountIds = rangeAccountReqVO.getAccountIds();
if (ObjectUtil.isEmpty(accountIds)){
accountIds = new ArrayList<>();
}
if (null == siteId) {
logger.error("-------------报表查询站点 参数错误,siteId为null-----------");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment