|
|
@@ -39,12 +39,4 @@ public class CateAnalysisQueryDTO {
|
|
|
*/
|
|
|
@ApiModelProperty(value = "区域编码")
|
|
|
private String regionCode;
|
|
|
-
|
|
|
- public Date getStartTime() {
|
|
|
- return DateUtil.beginOfDay(new Date());
|
|
|
- }
|
|
|
-
|
|
|
- public Date getEndTime() {
|
|
|
- return DateUtil.offsetDay(getStartTime(),365*2);
|
|
|
- }
|
|
|
}
|