Commit 9f59d88a by 王祖波

时间条件修改

parent e978cb6d
package com.gic.haoban.manage.web.qo.contact;
import cn.hutool.core.date.DateUtil;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.gic.commons.web.qo.PageQo;
......@@ -80,6 +81,9 @@ public class ContactOrderPageQO extends PageQo {
}
public Date getEndTime() {
if (endTime != null) {
return DateUtil.endOfDay(endTime);
}
return endTime;
}
......
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