Aslee 2 anos atrás
pai
commit
857e5059f4
1 arquivos alterados com 1 adições e 1 exclusões
  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>