tanzh 3 년 전
부모
커밋
266832d9e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/user/UserMockSubscribeMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/user/UserMockSubscribeMapper.xml

@@ -184,7 +184,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             and ums.user_id = #{userId}
         </if>
         <if test="applyName != null and applyName != ''">
-            and ma.applyName = #{applyName}
+            and ma.apply_name = #{applyName}
         </if>
         AND ma.`status` = 1
     </select>