| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.gkhy.exam.institutionalaccess.entity.ThStudyAuth; |
| | | import com.gkhy.exam.institutionalaccess.model.vo.ThStudyAuthVO; |
| | | import org.springframework.scheduling.annotation.Async; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | List<String> getUuidByStudyDetaiId(String studyDetaiId); |
| | | |
| | | List<ThStudyAuth> getListByStudyDetaiIds(List<String> detailUuids); |
| | | |
| | | List<ThStudyAuth> getByStudyDetaiUuids(List<String> studyUuids); |
| | | //@Async("SocketTaskExecutor") |
| | | Integer insetBatch(List<ThStudyAuth> thStudyAuthList); |
| | | } |