|
|
@@ -126,11 +126,10 @@
|
|
|
<!-- 查询表t_mst_role,(条件查询+分页)列表 -->
|
|
|
<select id="selectByCond" resultMap="BaseResultMapResponse">
|
|
|
SELECT
|
|
|
- <include refid="Base_Column_List"/>,
|
|
|
- '预制' AS "displayStatus"
|
|
|
+ <include refid="Base_Column_List"/>
|
|
|
FROM dkic_b.t_mst_role
|
|
|
<include refid="Condition"/>
|
|
|
- ORDER BY display_no desc
|
|
|
+ ORDER BY op_create_time desc
|
|
|
<if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">
|
|
|
limit #{end} offset #{start}
|
|
|
</if>
|