Commit f2c90c8e authored by hujun's avatar hujun

img_status

parent a202339c
......@@ -220,7 +220,7 @@ class StoreFeeService
$num = 0;
$path = ROOT_PATH . 'public/';
foreach ($img_data as $v) {
$num += $this->imgModel->editData(['is_del' => 1], $v['id']);
$num += $this->imgModel->editData(['img_status' => 1], $v['id']);
@unlink($path . 'static/chat_image/' . $v['img_name']);
}
......
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