Commit fec4da72 authored by nie'hong's avatar nie'hong

修改-app项目-展板页面查询顺序改为展板创建时间顺序

parent 27c78434
......@@ -129,7 +129,7 @@ public interface LearningContentBoardMapper extends BaseMapper<LearningContentBo
"OR eb.name_first_pin_yin LIKE CONCAT('%', #{nameOrCode}, '%') " +
"OR eb.serial_no LIKE CONCAT('%', #{nameOrCode}, '%'))"
+ "</if>"
+ "order by lcb.sortorder DESC, eb.create_time DESC "
+ "order by eb.create_time "
+ "</script>"
)
IPage<ExhibitionBoard> getBoardPageByLearningProjectId(Page<ExhibitionBoard> page, String learningProjectId, String nameOrCode);
......
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