|
@@ -40,7 +40,7 @@ class WechatAuthorizationInfoController extends CatchController
|
|
|
|
|
|
$nick_name = $request->get('nick_name');
|
|
$nick_name = $request->get('nick_name');
|
|
if($nick_name){
|
|
if($nick_name){
|
|
- $where[] = ['wechat_authorization_infos.nick_name','like',"%s".$nick_name."%"];
|
|
|
|
|
|
+ $where[] = ['wechat_authorization_infos.nick_name','like',"%".$nick_name."%"];
|
|
}
|
|
}
|
|
|
|
|
|
$result = $this->wechatAuthorizationInfo->where($where)
|
|
$result = $this->wechatAuthorizationInfo->where($where)
|