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>