Commit 017501b1 authored by liqin's avatar liqin 💬

bug fixed

parent 86845fd6
......@@ -229,9 +229,6 @@ public class LearningContentController extends BaseController {
if (StringUtils.isNotBlank(learningProjectId)) {
queryWrapper.eq(LearningContent::getLearningProjectId, learningProjectId);
}
if (genericPageParam.getIsPublished()) {
queryWrapper.eq(LearningContent::getPublished, genericPageParam.getIsPublished());
}
// 对名称或编码模糊查询
if (StringUtils.isNotBlank(genericPageParam.getNameOrCode())) {
queryWrapper.like(LearningContent::getName, genericPageParam.getNameOrCode());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment