From fa677dec1c55db004a31beefb1e346e18c7858c2 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 20 二月 2025 18:41:29 +0800
Subject: [PATCH] bug修改

---
 src/test/java/com/taoke/autopay/WxUserTests.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/test/java/com/taoke/autopay/WxUserTests.java b/src/test/java/com/taoke/autopay/WxUserTests.java
index b7f6935..4bf546e 100644
--- a/src/test/java/com/taoke/autopay/WxUserTests.java
+++ b/src/test/java/com/taoke/autopay/WxUserTests.java
@@ -39,10 +39,10 @@
     public void getPercount() {
         int[] tc = new int[]{1000, 500, 400, 300, 200, 100};
         for (int t : tc) {
-            System.out.println(t + "=>" + userSettingService.getLimitCountByTotalCount(1, t, OrderChannelEnum.bps));
+            System.out.println("============================");
+            System.out.println(t + "=>" + userSettingService.getLimitCountByTotalCount(Constant.ORDER_TYPE_KS, t, OrderChannelEnum.bps));
         }
     }
-
     @Resource
     private WxUserOrderCountService wxUserOrderCountService;
 
@@ -51,7 +51,6 @@
 
     @Test
     public void testAdd() throws WxOrderCountException {
-
         long uid = 2L;
         String day="20240926";
         OrderChannelEnum orderChannel= OrderChannelEnum.bps;

--
Gitblit v1.8.0