Commit 7e3f9a2b by hzc

测试报表二数据重复问题

parent cc212e60
...@@ -492,6 +492,8 @@ public class IndicatorsReportService { ...@@ -492,6 +492,8 @@ public class IndicatorsReportService {
.findByIndIdAndDateAndCompareObjIn(paramMap); .findByIndIdAndDateAndCompareObjIn(paramMap);
if(!calDatas.isEmpty()) { if(!calDatas.isEmpty()) {
//判断是否存在 //判断是否存在
log.info("查报表二数据参数:indId={},date={}, type={}, code={}, compareCatalog={}",indId,
date, type, code, compareCatalog);
IndicatorsReportTwo indReportData = reportTwoMapper.getDataByParam(indId, IndicatorsReportTwo indReportData = reportTwoMapper.getDataByParam(indId,
date, type, code, compareCatalog); date, type, code, compareCatalog);
if(indReportData==null) { if(indReportData==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