Aslee 2 年之前
父节点
当前提交
857e5059f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/ClubMapper.xml

+ 1 - 1
src/main/resources/mapper/ClubMapper.xml

@@ -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>