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>