DESKTOP-2K9OVK9\siwei 1 week ago
parent
commit
35be6d5aeb

+ 1 - 1
siwei-modules/siwei-rsmonitoring/src/main/resources/mapper/postgresql/TDkjbxxHcMapper.xml

@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="sign != null  and sign != ''"> and sign = #{sign}</if>
             <if test="fieldworkId != null and fieldworkId != ''"> and fieldwork_id=#{fieldworkId}</if>
         </where>
-        order by auditflow_order desc
+        order by create_time desc
     </select>
     
     <select id="selectTDkjbxxHcById" parameterType="String" resultMap="TDkjbxxHcResult">