gaodd před 1 rokem
rodič
revize
328e52e8e3

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

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