linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
src/main/java/org/springblade/modules/threeColorTask/service/impl/CustomTaskServiceImpl.java
File was renamed from src/main/java/org/springblade/modules/customTask/service/impl/CustomTaskServiceImpl.java
@@ -14,17 +14,17 @@
 *  this software without specific prior written permission.
 *  Author: Chill 庄骞 (smallchill@163.com)
 */
package org.springblade.modules.customTask.service.impl;
package org.springblade.modules.threeColorTask.service.impl;
import com.alibaba.fastjson.JSON;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springblade.core.tool.utils.DateUtil;
import org.springblade.modules.customTask.dto.CustomTaskDTO;
import org.springblade.modules.customTask.entity.CustomTaskEntity;
import org.springblade.modules.customTask.mapper.CustomTaskMapper;
import org.springblade.modules.customTask.service.ICustomTaskService;
import org.springblade.modules.customTask.vo.CustomTaskVO;
import org.springblade.modules.threeColorTask.dto.CustomTaskDTO;
import org.springblade.modules.threeColorTask.entity.CustomTaskEntity;
import org.springblade.modules.threeColorTask.mapper.CustomTaskMapper;
import org.springblade.modules.threeColorTask.service.ICustomTaskService;
import org.springblade.modules.threeColorTask.vo.CustomTaskVO;
import org.springblade.xxljob.entity.JobInfoEntity;
import org.springblade.xxljob.service.IJobInfoService;
import org.springframework.beans.factory.annotation.Autowired;