소스 검색

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>