|
@@ -120,7 +120,7 @@ public class CourseEducationTypeServiceImpl extends ServiceImpl<CourseEducationT
|
|
List<CourseEducationType> list = this.list(lqw);
|
|
List<CourseEducationType> list = this.list(lqw);
|
|
if (CollectionUtils.isEmpty(list)){
|
|
if (CollectionUtils.isEmpty(list)){
|
|
lqw.clear();
|
|
lqw.clear();
|
|
- lqw.like(StrUtil.isNotBlank(bo.getEducationName()), CourseEducationType::getEducationName, bo.getEducationName());
|
|
|
|
|
|
+ lqw.eq(StrUtil.isNotBlank(bo.getEducationName()), CourseEducationType::getEducationName, bo.getEducationName());
|
|
List<Integer> status = new ArrayList<>();
|
|
List<Integer> status = new ArrayList<>();
|
|
status.add(1);
|
|
status.add(1);
|
|
status.add(0);
|
|
status.add(0);
|