摘要:
//参数1为库的总题数据,count为生成的随机数的数量 public Set<String> getIds(List<ExamCenter> listExam, int count) { Set<String> result = new HashSet<String>(); // 用来生成随机数 阅读全文
摘要:
select taskobject1_.task_id, taskobject1_.task_name, p.participant_id from PM_WBS_RELATION wbsrelatio0_, PM_TASK_OBJECT taskobject1_,PM_TASK_PARTICIPANT p where taskobject1_.task_i... 阅读全文