| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.ruoyi.common.utils.SecurityUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.ruoyi.inspect.mapper.ArdVideoInspectRecordMapper; |
| | |
| | | */ |
| | | @Override |
| | | public int insertArdVideoInspectRecord(ArdVideoInspectRecord ardVideoInspectRecord) { |
| | | ardVideoInspectRecord.setUserId(SecurityUtils.getUserId()); |
| | | // ardVideoInspectRecord.setUserId(SecurityUtils.getUserId()); |
| | | return ardVideoInspectRecordMapper.insertArdVideoInspectRecord(ardVideoInspectRecord); |
| | | } |
| | | |