瀏覽代碼

添加任务分发逻辑

syh 4 年之前
父節點
當前提交
bcc3e7f850
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      jeecg-boot-module-system/src/test/java/org/jeecg/SampleTest.java

+ 7 - 1
jeecg-boot-module-system/src/test/java/org/jeecg/SampleTest.java

@@ -142,7 +142,6 @@ public class SampleTest {
             }finally {
                 countDownLatch.countDown();
             }
-
         }));
 
         try {
@@ -152,6 +151,13 @@ public class SampleTest {
         }
     }
 
+    @Test
+    public void testLoadRuleData(){
+        Date date = new Date();
+        CtopOauthToken token = tokenService.getTokenByAccountId(1678335716586632L);
+        reportService.getAdvertiserPlanRuleData(token,date,date,CtopAdConstant.BYTEDANCE_REPORT_TYPE_DAILY);
+    }
+
     @Autowired
     private IUserAllocationService allocationService;