Ver Fonte

新增整治预检列表接口排序方式

DESKTOP-2K9OVK9\siwei há 7 meses atrás
pai
commit
186304ffc4

+ 1 - 0
onemap-modules/onemap-apply/src/main/resources/mapper/postgresql/qytdzz/TTdzzyjMapper.xml

@@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="sumNumber != null "> and sum_number = #{sumNumber}</if>
             <if test="fxbg != null  and fxbg != ''"> and fxbg = #{fxbg}</if>
         </where>
+        order by rwcjsj desc
     </select>
     
     <select id="selectTTdzzyjByBsm" parameterType="String" resultMap="TTdzzyjResult">