更新委托判断

This commit is contained in:
yaooo 2023-09-08 16:18:17 +08:00
parent 30d71babd4
commit a5480b127d

View File

@ -303,7 +303,6 @@ class Community extends BaseController
if ($data['entrust_mer_id'] == $merchantId) {
throw new ValidateException('不能委托自己');
}
}
$data['content'] = filter_emoji($data['content']);