DESKTOP-2K9OVK9\siwei 3 달 전
부모
커밋
35be6d5aeb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      siwei-modules/siwei-rsmonitoring/src/main/resources/mapper/postgresql/TDkjbxxHcMapper.xml

+ 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">