‘linchangsheng’ 6 ماه پیش
والد
کامیت
2d21b758e9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

@@ -1331,7 +1331,7 @@
                 </foreach>
                 AND
             </if>
-            is_notice=1 and is_pwd = 0
+            a.is_notice=1 and a.is_pwd = 0
             and not exists (select 1 from com_detail_log where user_name=#{userName} and com_list_id=a.id)
     </select>
     <select id="list" resultType="com.gree.mall.manager.bean.common.CallRecordVo">