Commit 05684fc8 authored by zhuwei's avatar zhuwei

1

parent d0ba9898
......@@ -240,6 +240,7 @@ class SquareService
public function editCommenSort($params)
{
$where_params['id'] = $params['id'];
$update_params = [];
//城市
if (!empty($params['sort'])) {
$update_params['sort'] = $params['sort'];
......
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