提交 15944a2b 作者: 张小凤

RequirementsDao(update)

上级 790d25c7
......@@ -15,6 +15,8 @@ import com.mmc.csf.release.gambit.qo.PostingLeaderboardQO;
import com.mmc.csf.release.gambit.vo.ForumGambitVO;
import com.mmc.csf.release.service.DynamicService;
import io.swagger.annotations.*;
import lombok.extern.log4j.Log4j;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
......@@ -25,6 +27,7 @@ import java.util.List;
* @Author LW
* @date 2023/5/15 10:29 概要:动态信息控制层
*/
@Slf4j
@Api(tags = {"web-小程序-论坛社区-模块"})
@RestController
@RequestMapping("/dynamic")
......@@ -78,7 +81,9 @@ public class DynamicController extends BaseController {
@RequestParam(required = false) Integer userAccountId) {
String token = request.getHeader("token");
if (token!=null){
log.info("token"+token);
Integer userAccountId1 = this.getUserLoginInfoFromRedis(request).getUserAccountId();
log.info("token报错阿诗丹顿多多多多多多多多多多多多多多多多多多多多多多多多多多多多多多多多多多多");
if (userAccountId==null){
userAccountId=userAccountId1;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论