| | |
| | | * @date 2023-05-30 |
| | | */ |
| | | @Service |
| | | @Slf4j(topic = "PatrolInspectionTask") |
| | | @Slf4j(topic = "patrolInspectionTask") |
| | | public class ArdVideoInspectTaskServiceImpl implements IArdVideoInspectTaskService { |
| | | @Resource |
| | | private ArdVideoInspectTaskMapper ardVideoInspectTaskMapper; |
| | |
| | | @Transactional |
| | | @Override |
| | | public int insertArdVideoInspectTask(ArdVideoInspectTask ardVideoInspectTask) { |
| | | ardVideoInspectTask.setId(IdUtils.simpleUUID()); |
| | | ardVideoInspectTask.setCreateBy(SecurityUtils.getUsername()); |
| | | ardVideoInspectTask.setCreateTime(DateUtils.getNowDate()); |
| | | ardVideoInspectTask.setUserId(SecurityUtils.getUserId()); |