|
@@ -419,7 +419,7 @@ public class BytedanceReportServiceImpl implements IBytedanceReportService {
|
|
if ("month".equals(sign)) {
|
|
if ("month".equals(sign)) {
|
|
Map<String, Object> dateMap = DateUtils.compare_date("yyyy-MM", bigDate, smallDate);
|
|
Map<String, Object> dateMap = DateUtils.compare_date("yyyy-MM", bigDate, smallDate);
|
|
List<JSONObject> comparedArr = reportMapper.selectDayDetailsByMonth((String) dateMap.get("bigDate")); // 除数数据
|
|
List<JSONObject> comparedArr = reportMapper.selectDayDetailsByMonth((String) dateMap.get("bigDate")); // 除数数据
|
|
- String comparedDate = (String) dateMap.get("bigDate");
|
|
|
|
|
|
+ String comparedDate = (String) dateMap.get("smallDate");
|
|
for (int i = 0; i < comparedArr.size(); i++) {
|
|
for (int i = 0; i < comparedArr.size(); i++) {
|
|
JSONObject comparedJson = comparedArr.get(i);
|
|
JSONObject comparedJson = comparedArr.get(i);
|
|
if (!Check.isNull(comparedJson)) {
|
|
if (!Check.isNull(comparedJson)) {
|