|
@@ -3,35 +3,30 @@ package org.jeecg.ctop.material.service.impl;
|
|
|
|
|
|
import cn.afterturn.easypoi.excel.ExcelExportUtil;
|
|
|
import cn.afterturn.easypoi.excel.entity.ExportParams;
|
|
|
-import cn.hutool.core.date.DateUtil;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
import com.github.pagehelper.PageInfo;
|
|
|
-import com.google.gson.JsonObject;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.apache.poi.ss.usermodel.Workbook;
|
|
|
import org.jeecg.common.api.vo.Result;
|
|
|
import org.jeecg.common.util.DateUtils;
|
|
|
import org.jeecg.ctop.material.constants.Check;
|
|
|
-import org.jeecg.ctop.material.constants.CtopAdConstant;
|
|
|
import org.jeecg.ctop.material.entity.vo.KuaiShouAccountPieVo;
|
|
|
import org.jeecg.ctop.material.entity.vo.KuaiShouOperateAccountVo;
|
|
|
import org.jeecg.ctop.material.entity.vo.KuaiShouOperateProjectVo;
|
|
|
import org.jeecg.ctop.material.entity.vo.KuaiShouOperateVo;
|
|
|
import org.jeecg.ctop.material.mapper.MaterialStareMapper;
|
|
|
import org.jeecg.ctop.material.service.MaterialStareService;
|
|
|
+import org.jeecg.ctop.material.utils.FeidNotNullUtils;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
-import java.math.BigDecimal;
|
|
|
import java.net.URLEncoder;
|
|
|
import java.text.DecimalFormat;
|
|
|
-import java.text.ParseException;
|
|
|
import java.text.SimpleDateFormat;
|
|
|
import java.util.*;
|
|
|
-import java.util.stream.Collectors;
|
|
|
|
|
|
/**
|
|
|
* 盯盘接口
|
|
@@ -644,6 +639,7 @@ public class MaterialStareServiceImpl implements MaterialStareService {
|
|
|
return Result.successMsg("账户时报报折线图查询成功",resultList);
|
|
|
}
|
|
|
resultList = materialStareMapper.getKuaiShouAccountInfoBrokenLineDaily(type,accountId,startDate,entDate);
|
|
|
+
|
|
|
return Result.successMsg("账户日报折线图查询成功",resultList);
|
|
|
|
|
|
}catch (Exception e){
|