|
|
|
@ -12,7 +12,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
|
|
|
|
@SpringBootTest
|
|
|
|
|
@ActiveProfiles({ "proxy", "alipay", "wechat", "jd", "bestpay" })
|
|
|
|
|
@ActiveProfiles({ "production", "alipay", "wechat", "jd", "bestpay" })
|
|
|
|
|
@RunWith(SpringRunner.class)
|
|
|
|
|
public class DashboardTaskManagerTest {
|
|
|
|
|
|
|
|
|
@ -27,5 +27,10 @@ public class DashboardTaskManagerTest {
|
|
|
|
|
dashboardService.generateCustomersAndOrdersStatistics(dt17.toDate());
|
|
|
|
|
dashboardService.generateCustomersAndOrdersStatistics(dt18.toDate());
|
|
|
|
|
dashboardService.generateCustomersAndOrdersStatistics(dt19.toDate());
|
|
|
|
|
// JSONObject asd = dashboardService.getNewRecord();
|
|
|
|
|
// System.out.println("asdasdasdasd-------------------");
|
|
|
|
|
// System.out.println(asd);
|
|
|
|
|
// System.out.println(asd);
|
|
|
|
|
// System.out.println(asd);
|
|
|
|
|
}
|
|
|
|
|
}
|