增加排序

2024年2月1日V1.0.53
zhaoyu 2024-01-26 14:06:54 +08:00
parent faed220f73
commit c2a535e105
4 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,7 @@
<if test="pd.AREA_ID != null and pd.AREA_ID != ''"><!-- 关键词检索 -->
and f.AREA_ID=#{pd.AREA_ID}
</if>
ORDER BY f.CREATTIME DESC
</select>
<!-- 列表(全部) -->

View File

@ -136,6 +136,7 @@
<if test="pd.AREA_PARENT_ID != null and pd.AREA_PARENT_ID != ''"><!-- 关键词检索 -->
and f.AREA_PARENT_ID=#{pd.AREA_PARENT_ID}
</if>
ORDER BY f.CREATTIME DESC
</select>
<!-- 列表(全部) -->

View File

@ -169,6 +169,7 @@
<if test="pd.AREA_ID != null and pd.AREA_ID != ''"><!-- 关键词检索 -->
and g.AREA_ID=#{pd.AREA_ID}
</if>
ORDER BY f.LOG_TIME DESC
</select>
<!-- 列表(全部) -->

View File

@ -132,6 +132,7 @@
<if test="pd.AREA_GATE_ID != null and pd.AREA_GATE_ID != ''">
AND f.AREA_GATE_ID = #{pd.AREA_GATE_ID}
</if>
ORDER BY f.CREATTIME DESC
</select>
<!-- 列表(全部) -->