@@ -662,6 +662,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
// 查询服务商总数
cumulant = baseMapper.getCustomerCount(pageView);
+ cumulant += 100;
return cumulant;
}
@@ -134,7 +134,7 @@
a.id
ORDER BY a.update_date DESC
)
- tt where tt.num - 50 < #{saleLimit}
+ tt where tt.num - 100 < #{saleLimit}
<if test="currentPage != null and currentPage != ''">
LIMIT ${startRecord}, ${pageSize}
</if>