日期和sql优化
This commit is contained in:
@@ -13,6 +13,14 @@ public class BusinessConstants {
|
||||
* 默认的日期格式
|
||||
*/
|
||||
public static final String DEFAULT_DATETIME_FORMAT = "yyyy-MM-dd HH:mm:ss";
|
||||
/**
|
||||
* 一天的初始时间
|
||||
*/
|
||||
public static final String DAY_FIRST_TIME = " 00:00:00";
|
||||
/**
|
||||
* 一天的结束时间
|
||||
*/
|
||||
public static final String DAY_LAST_TIME = " 23:59:59";
|
||||
/**
|
||||
* 默认的分页起始页页码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user