ccj 2 년 전
부모
커밋
72ae2c015f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/IdentityAuthenticationInfoMapper.xml

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/IdentityAuthenticationInfoMapper.xml

@@ -135,7 +135,7 @@
         a.id
         ORDER BY a.update_date DESC
         )
-        tt where tt.num + 100 < #{saleLimit}
+        tt where tt.num + 50000 < #{saleLimit}
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}
         </if>