gaodd пре 1 година
родитељ
комит
328e52e8e3

+ 2 - 0
src/main/java/com/chinaitop/depot/sqr/mapper/BizSqrEnterpriseApplyMapper.xml

@@ -103,6 +103,8 @@
103
         <if test="dwmc != null and dwmc != ''">
103
         <if test="dwmc != null and dwmc != ''">
104
             and bui.dwmc LIKE concat('%', #{dwmc}, '%')
104
             and bui.dwmc LIKE concat('%', #{dwmc}, '%')
105
         </if>
105
         </if>
106
+        ORDER BY bgqa.id desc
107
+        
106
 
108
 
107
     </select>
109
     </select>
108
     <select id="findById" resultType="Map" resultMap="BaseResultMap">
110
     <select id="findById" resultType="Map" resultMap="BaseResultMap">