Browse Source

会员详情看课记录取消app限制

wangxy 2 ngày trước cách đây
mục cha
commit
b266f5451a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      fs-service/src/main/resources/mapper/his/FsUserMapper.xml

+ 1 - 1
fs-service/src/main/resources/mapper/his/FsUserMapper.xml

@@ -1031,7 +1031,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                     </when>
                 </choose>
             </if>
-            and fcwl.user_id = #{fsUserId} and fucu.company_user_id = #{userId} and fcwl.watch_type=1 and fcwl.send_type=1
+            and fcwl.user_id = #{fsUserId} and fucu.company_user_id = #{userId}  and fcwl.send_type=1
             <if test="userCompanyId!=null">
                 and fucu.id = #{userCompanyId}
             </if>