瀏覽代碼

sql修改

xuefy 3 年之前
父節點
當前提交
d2250e53ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sc-service/src/main/resources/mapper/credit/OwnCreditMapper.xml

+ 1 - 1
sc-service/src/main/resources/mapper/credit/OwnCreditMapper.xml

@@ -254,8 +254,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <!--<if test="paramMap.billIdList != null  and paramMap.billIdList != ''">
                 and b.zbi_id  NOT IN (${paramMap.billIdList})
             </if>-->
-            ORDER BY b.create_time DESC
             GROUP BY b.zbi_id
+            ORDER BY b.create_time DESC
 
     </select>