|
|
@@ -9,7 +9,7 @@ |
|
|
<select id="queryByPage" resultType="com.ruoyi.platform.domain.ActiveLearn"> |
|
|
<select id="queryByPage" resultType="com.ruoyi.platform.domain.ActiveLearn"> |
|
|
select * from active_learn |
|
|
select * from active_learn |
|
|
<include refid="common_condition"></include> |
|
|
<include refid="common_condition"></include> |
|
|
order by create_time desc limit #{pageable.offset}, #{pageable.pageSize} |
|
|
|
|
|
|
|
|
order by update_time desc limit #{pageable.offset}, #{pageable.pageSize} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="getActiveLearnByName" resultType="com.ruoyi.platform.domain.ActiveLearn"> |
|
|
<select id="getActiveLearnByName" resultType="com.ruoyi.platform.domain.ActiveLearn"> |
|
|
|