列表结果添加初级基础等
This commit is contained in:
@@ -129,6 +129,8 @@ public class CourseServiceImpl extends ServiceImpl<CourseDao, CourseEntity> impl
|
||||
wrapper.selectAll(CourseEntity.class);
|
||||
wrapper.selectAs(CourseToMedicine::getId,"bindId");
|
||||
wrapper.selectAs(CourseToMedicine::getSort,"toSociologySort");
|
||||
wrapper.selectAs(CourseToMedicine::getLevel,"level");
|
||||
wrapper.selectAs(CourseToMedicine::getSelective,"selective");
|
||||
wrapper.leftJoin(CourseEntity.class,CourseEntity::getId, CourseToMedicine::getCourseId);
|
||||
wrapper.eq(CourseToMedicine::getMedicalId,medicalId);
|
||||
wrapper.orderByAsc(CourseToMedicine::getSort);
|
||||
|
||||
Reference in New Issue
Block a user