高级算法代码修改,管理员功能代码移植

This commit is contained in:
2023-08-14 10:40:49 +08:00
parent 7716708aef
commit 4d4f1f8344
16 changed files with 428 additions and 39 deletions

View File

@@ -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);