Aslee hace 2 años
padre
commit
857e5059f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>