|
@@ -370,8 +370,8 @@ public class SampleTest {
|
|
|
private IRuleKuaiShouPlanService ruleKuaiShouPlanService;
|
|
|
@Test
|
|
|
public void execute() {
|
|
|
- CtopOauthToken token= tokenService.getTokenByAccountId(9589905L);
|
|
|
- ruleKuaiShouPlanService.cleanRuleDataTarget(token.getAccountId(), 1);
|
|
|
+// CtopOauthToken token= tokenService.getTokenByAccountId(5982133L);
|
|
|
+ ruleKuaiShouPlanService.cleanRuleDataUnit(5982133L,DateUtils.date2Str(), DateUtils.date2Str(),1);
|
|
|
}
|
|
|
|
|
|
|