CRM:code review 权限的优化

This commit is contained in:
YunaiV
2024-03-09 18:27:58 +08:00
parent 6b752b5cb4
commit d556b29214
6 changed files with 23 additions and 33 deletions

View File

@ -27,8 +27,6 @@ public class DateUtils {
public static final String FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND = "yyyy-MM-dd HH:mm:ss";
public static final String FORMAT_HOUR_MINUTE_SECOND = "HH:mm:ss";
/**
* 将 LocalDateTime 转换成 Date
*