Commit 3eab20ea authored by fangxinjiang's avatar fangxinjiang

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

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