Commit 670eb131 by 王祖波

endDate修改

parent d4f97659
......@@ -65,13 +65,6 @@ public class PotentialStatisticsBaseQO extends BasePageInfo {
*/
private String order;
public String getEndDate() {
if (StringUtils.isBlank(this.endDate)) {
return DateUtil.dateToStr(DateUtils.addDays(new Date(), -1), "yyyy-MM-dd");
}
return endDate;
}
public Map<String, Integer> getFieldsOrder() {
Map<String, Integer> map = new HashMap<>();
return map;
......
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