Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

后端接收MQ消息并更新表,表是基于online报表建立和管理,更新表报错无权限 #7377

Open
huangwei2013 opened this issue Oct 23, 2024 · 2 comments

Comments

@huangwei2013
Copy link

huangwei2013 commented Oct 23, 2024

版本号:

=3.6.2

问题描述:
  1. 数据库表A 是通过纯前端低代码的 online 报表方式建立,并管理(非代码方式)
  2. A的报表更新,要通过消费MQ消息来更新,部分字段来自MQ的消息内容

期望,有纯后端能处理此类情况的方式

错误截图:

代码如:

        try {
            onlCgformHeadService.editManyFormData(cgformHeadId, new JSONObject(orderRecord));
        }catch (Exception e){
            e.printStackTrace();
        }

报错,无权限操作表

org.jeecg.common.exception.JeecgBootException: online修改表单数据异常:系统未找到当前登陆用户信息

友情提示:

  • 未按格式要求发帖、描述过于简单的,会被直接删掉;
  • 描述问题请图文并茂,方便我们理解并快速定位问题;
  • 如果使用的不是master,请说明你使用的分支;
@huangwei2013 huangwei2013 changed the title 后端接收MQ消息并更新表,表是基于online报表建立和管理 后端接收MQ消息并更新表,表是基于online报表建立和管理,更新表报错无权限 Oct 23, 2024
@zhangdaiscott
Copy link
Member

MQ? 我们这边没用MQ

@huangwei2013
Copy link
Author

没法避开异步通讯的场景吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants