正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -542,7 +542,7 @@ class Add extends Api | @@ -542,7 +542,7 @@ class Add extends Api | ||
542 | if (empty($StorID)) { | 542 | if (empty($StorID)) { |
543 | $this->error('您不是门店拥有者'); | 543 | $this->error('您不是门店拥有者'); |
544 | } | 544 | } |
545 | - $Res = Db::name('cp')->where('stod_id', $StorID)->where('id', $Id)->update(['status' => 0]); | 545 | + $Res = Db::name('cp')->where('stor_id', $StorID)->where('id', $Id)->update(['status' => 0]); |
546 | if ($Res) $this->success('成功', 1); | 546 | if ($Res) $this->success('成功', 1); |
547 | else $this->error('失败', 0); | 547 | else $this->error('失败', 0); |
548 | } | 548 | } |
-
请 注册 或 登录 后发表评论