作者 王智

修复生成订单号 失败

@@ -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 }