|
|
@@ -57,6 +57,7 @@ |
|
|
<select id="queryAllByLimit" resultType="com.ruoyi.platform.domain.CodeConfig"> |
|
|
<select id="queryAllByLimit" resultType="com.ruoyi.platform.domain.CodeConfig"> |
|
|
select * from code_config |
|
|
select * from code_config |
|
|
<include refid="common_condition"></include> |
|
|
<include refid="common_condition"></include> |
|
|
|
|
|
order by create_time desc |
|
|
limit #{pageable.offset}, #{pageable.pageSize} |
|
|
limit #{pageable.offset}, #{pageable.pageSize} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|