|
@@ -192,7 +192,7 @@ public class TGdbhJctbServiceImpl implements ITGdbhJctbService {
|
|
|
}
|
|
|
Map<String, Object> d_map0 = new HashMap<>();
|
|
|
d_map0.put("year", yearN);
|
|
|
- d_map0.put("quarter", year);
|
|
|
+ d_map0.put("quarter", yearN);
|
|
|
d_map0.put("startTime", yearN + "-01-01 00:00:00");
|
|
|
d_map0.put("endTime", yearN + "-12-31 23:59:59");
|
|
|
retList.add(d_map0);
|