SQL Error: Unknown column in 'field list'怎么解决

发布于 2021-11-30 08:15:28 字数 1065 浏览 803 评论 1

SQL: 
UPDATE `ims_ewei_shop_member` SET `isagent` = :isagent , `status` = :status , `agenttime` = :agenttime , `agentblack` = :agentblack WHERE `uniacid` = :__uniacid AND `id` = :__id

Params: 
array ( ':isagent' => 1, ':status' => 1, ':agenttime' => 1451107437, ':agentblack' => 0, ':__uniacid' => 10, ':__id' => '1', )
SQL Error: 
Unknown column 'agentblack' in 'field list'
Traces: 
file: /framework/class/db.class.php; line: 95; 
file: /framework/class/db.class.php; line: 241; 
file: /framework/function/pdo.func.php; line: 62; 
file: /addons/ewei_shop/plugin/commission/model.php; line: 763; 
file: /addons/ewei_shop/core/model/member.php(1) : regexp code(1) : eval()'d code; line: 2; 
file: /addons/ewei_shop/core/inc/core.php(1) : regexp code(1) : eval()'d code; line: 2; 
file: /framework/class/account.class.php; line: 556; 
file: /app/source/entry/__init.php; line: 29; 
file: /app/index.php; line: 83; 
[点击这里返回上一页]

为什么会出现这样的错误?要怎么改



如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

裸钻 2021-12-01 15:35:45

字段名 是否错了  column
'agentblack',检查数据库表结构。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文