Skip to content
New issue

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

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

Already on GitHub? # to your account

第三方APP消息测试问题 “字段太长,超出数据库字段的长度” 解决方案 #2898

Closed
wanggh1021 opened this issue Aug 13, 2021 · 1 comment

Comments

@wanggh1021
Copy link

版本号:v2.4.5
问题描述:在测试【第三方APP消息测试】企业微信消息发送时报错,提示 “字段太长,超出数据库字段的长度”
截图&代码:

暂无

建议解决方式:

在 jeecg-boot-module-system/target/classes/org/jeecg/modules/system/mapper/xml/SysThirdAccountMapper.xml 文件中
WHERE 条件 中 third_type 字段未指定表名,改为如下:

SELECT third_user_id FROM sys_third_account
INNER JOIN sys_user ON sys_user.id = sys_third_account.sys_user_id
WHERE sys_third_account.third_type = #{thirdType} AND

友情提示(为了提高issue处理效率):

  • 未按格式要求发帖,会被直接删掉;
  • 请自己初判问题描述是否清楚,是否方便我们调查处理;
  • 针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能;
  • 描述过于简单或模糊,导致无法处理的,会被直接删掉;
@zhangdaiscott
Copy link
Member

已经改了,马上发布

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

No branches or pull requests

2 participants