zhangyuewww 3 gadi atpakaļ
vecāks
revīzija
66e98c99fa

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

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