Commit 502ab683 authored by hujun's avatar hujun

where

parent 96e18a56
......@@ -325,7 +325,7 @@ class DailyPaper extends Basic
return $this->response("101", "没有该数据");
}
$num = $m_daily->updateDaily(['status' => 0], ['id' => $daily_id]);
$num = $m_daily->updateDaily(['id' => $daily_id], ['status' => 0]);
if ($num > 0) {
$code = 200;
$msg = '转到审核中成功';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment