Showing
1 changed file
with
6 additions
and
0 deletions
@@ -13,6 +13,9 @@ import org.junit.Assert; | @@ -13,6 +13,9 @@ import org.junit.Assert; | ||
13 | import org.junit.Test; | 13 | import org.junit.Test; |
14 | import org.springframework.beans.factory.annotation.Autowired; | 14 | import org.springframework.beans.factory.annotation.Autowired; |
15 | 15 | ||
16 | +/** | ||
17 | + * 卖家订单统计 | ||
18 | + */ | ||
16 | public class SellerOrderQuantityStatsTest extends BaseWebTest { | 19 | public class SellerOrderQuantityStatsTest extends BaseWebTest { |
17 | 20 | ||
18 | @Autowired | 21 | @Autowired |
@@ -23,6 +26,9 @@ public class SellerOrderQuantityStatsTest extends BaseWebTest { | @@ -23,6 +26,9 @@ public class SellerOrderQuantityStatsTest extends BaseWebTest { | ||
23 | 26 | ||
24 | int uid = 500031116; | 27 | int uid = 500031116; |
25 | 28 | ||
29 | + /** | ||
30 | + * 当前周期的服务费比例查询 | ||
31 | + */ | ||
26 | @Test | 32 | @Test |
27 | public void test_currentPeriod() { | 33 | public void test_currentPeriod() { |
28 | 34 |
-
Please register or login to post a comment