Prechádzať zdrojové kódy

添加任务分发逻辑

syh 4 rokov pred
rodič
commit
bcc3e7f850

+ 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;