Commit 3eab20ea authored by fangxinjiang's avatar fangxinjiang

法大大模版列表更新时间倒序-fxj

parent 619e680b
......@@ -173,7 +173,7 @@
<include refid="tFascTemplate_where"/>
</where>
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN 1 ELSE 0 END DESC
,a.fasc_create_time DESC
,a.fasc_update_time DESC
</select>
<!--tFascTemplate简单分页查询-->
......@@ -227,7 +227,7 @@
</if>
</where>
ORDER BY CASE WHEN a.sign_name = '安徽皖信人力资源管理有限公司' THEN 1 ELSE 0 END DESC
,a.fasc_create_time DESC
,a.fasc_update_time DESC
<if test="tFascTemplate != null">
<if test="tFascTemplate.limitStart != null">
limit #{tFascTemplate.limitStart},#{tFascTemplate.limitEnd}
......
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