mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-25 10:42:59 +08:00
解决代码冲突导致的问题
This commit is contained in:
@@ -57,7 +57,7 @@ public interface ICourseHRBPAuditService {
|
||||
*/
|
||||
PageList<CourseHRBPAudit> pageList(Integer pageIndex, Integer pageSize,int userType, CourseHRBPAudit info);
|
||||
|
||||
//List<CourseHRBPAudit> listByCourseIds(List<String> courseIdList);
|
||||
List<CourseHRBPAudit> listByCourseIds(List<String> courseIdList);
|
||||
|
||||
/**
|
||||
* 查询一组课程的最近一次审核记录,返回键为courseId的映射。
|
||||
|
||||
@@ -288,7 +288,7 @@ public class CourseHRBPAuditServiceImpl implements ICourseHRBPAuditService {
|
||||
return result;
|
||||
}
|
||||
|
||||
public List<CourseHRBPAudit> getByCourseIds(List<String> courseIdList){
|
||||
public List<CourseHRBPAudit> listByCourseIds(List<String> courseIdList){
|
||||
return courseHRBPAuditDao.findList(FieldFilters.in("courseId",courseIdList));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user