@@ -104,9 +104,9 @@ public class AppUserCountDividendController extends BaseController
return appUserCountDividendService.send(userId,dateNo,curUserId);
}
- @PostConstruct
+ /*@PostConstruct
private void test(){
appUserCountDividendService.send("10302","2024-09-30",10013L);
- }
+ }*/