gaodd 1 年之前
父節點
當前提交
328e52e8e3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/main/java/com/chinaitop/depot/sqr/mapper/BizSqrEnterpriseApplyMapper.xml

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