zhangyuewww преди 3 години
родител
ревизия
66e98c99fa
променени са 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

@@ -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>