瀏覽代碼

通知列表

change 3 年之前
父節點
當前提交
64123843b1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

+ 0 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

@@ -251,7 +251,6 @@
         LEFT JOIN class_grade cg ON cgu.grade_id = cg.grade_id
         LEFT JOIN `user` u ON u.user_id = cgu.user_id
         where 1=1
-        and u.user_id = 2
         <if test="userId != null and userId !='' ">
             and u.user_id = #{userId}
         </if>