eight
2024-09-11 0fd05805e138bcd29f75a17f0fbde15a8292238c
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/jobrecord/JobRecordServiceImpl.java
@@ -1,7 +1,6 @@
package cn.lihu.jh.module.ecg.service.jobrecord;
import org.springframework.stereotype.Service;
import jakarta.annotation.Resource;
import org.springframework.validation.annotation.Validated;
import org.springframework.transaction.annotation.Transactional;
@@ -14,6 +13,8 @@
import cn.lihu.jh.module.ecg.dal.mysql.jobrecord.JobRecordMapper;
import javax.annotation.Resource;
import static cn.lihu.jh.framework.common.exception.util.ServiceExceptionUtil.exception;
import static cn.lihu.jh.module.ecg.enums.ErrorCodeConstants.*;