修复已知bug

master
wujingtao 2 years ago
parent 18b5db221b
commit b83e3741d3

@ -18,6 +18,7 @@ package com.baiye.modules.system.controller;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.util.ObjectUtil;
import cn.hutool.json.JSONUtil;
import com.baiye.annotation.Inner;
import com.baiye.component.LoginUser;
import com.baiye.config.properties.RsaProperties;
import com.baiye.constant.AdPlatFormConstants;
@ -268,6 +269,7 @@ public class UserController {
*/
@PostMapping("/info/findById")
@ApiOperation("用户id查询")
@Inner(value = false)
public Map<Long, String> findById(@RequestBody Set<Long> userIds) {
return userService.queryName(userIds);
}

@ -29,8 +29,8 @@ public class ReportSync {
/**
* 23
*/
// @Scheduled(cron = "0 0/5 * * * ? ")
@Scheduled(cron = "0 0 23 * * ? ")
@Scheduled(cron = "0 0 0/1 * * ? ")
// @Scheduled(cron = "0 0 23 * * ? ")
public void reportToker() {
log.info("拓客投流统计 开始------------------{}", DateUtil.date());
//当前时间

Loading…
Cancel
Save