...
|
...
|
@@ -13,6 +13,9 @@ import org.junit.Assert; |
|
|
import org.junit.Test;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
|
/**
|
|
|
* 卖家订单统计
|
|
|
*/
|
|
|
public class SellerOrderQuantityStatsTest extends BaseWebTest {
|
|
|
|
|
|
@Autowired
|
...
|
...
|
@@ -23,6 +26,9 @@ public class SellerOrderQuantityStatsTest extends BaseWebTest { |
|
|
|
|
|
int uid = 500031116;
|
|
|
|
|
|
/**
|
|
|
* 当前周期的服务费比例查询
|
|
|
*/
|
|
|
@Test
|
|
|
public void test_currentPeriod() {
|
|
|
|
...
|
...
|
|