|
@@ -45,7 +45,7 @@
|
|
|
select id as authId,authParty as clubName,createTime
|
|
|
from cm_brand_auth where authUserId = #{authUserId}
|
|
|
<if test="clubName != null and clubName != ''">
|
|
|
- and authParty like concat('%',#{clubName},'%');
|
|
|
+ and authParty like concat('%',#{clubName},'%')
|
|
|
</if>
|
|
|
order by createTime desc
|
|
|
</select>
|