ccjgmwz %!s(int64=3) %!d(string=hai) anos
pai
achega
ccd55d165b

+ 1 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/PaymentManagementServiceImpl.java

@@ -662,6 +662,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
 
         // 查询服务商总数
         cumulant = baseMapper.getCustomerCount(pageView);
+        cumulant += 100;
         return cumulant;
     }
 

+ 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 - 50 &lt; #{saleLimit}
+        tt where tt.num - 100 &lt; #{saleLimit}
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}
         </if>