摘要: 背景 根据姓名和工号查询某学校某班级学生 sql select * from user_info where school=#{school} and class=#{class} and (name=#{name} or work_id=#{workId}) 使用Example Example e 阅读全文
posted @ 2023-03-13 13:47 白玉神驹 阅读(135) 评论(0) 推荐(0)