高级算法代码修改,管理员功能代码移植
This commit is contained in:
@@ -224,7 +224,7 @@ public class PubUtils {
|
||||
* @author cdf
|
||||
* @date 2023/8/10
|
||||
*/
|
||||
public static List<LocalDateTime> checkLocalDateTime(String startTime,String endTime) {
|
||||
public static List<LocalDateTime> checkLocalDate(String startTime,String endTime) {
|
||||
List<LocalDateTime> resultList = new ArrayList<>();
|
||||
if(StrUtil.isBlank(startTime) || StrUtil.isBlank(endTime)){
|
||||
throw new BusinessException(CommonResponseEnum.TIME_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user