Aslee před 2 roky
rodič
revize
857e5059f4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>