change vor 3 Jahren
Ursprung
Commit
64123843b1

+ 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>