摘要: BeanUtils.copyProperties(articleParam, entityArticleAO);把前一个对象的值复制给第二个对象 阅读全文
posted @ 2022-08-06 16:48 流浪Coder 阅读(32) 评论(0) 推荐(0)
摘要: 在mapper中如何传递多个参数? 方法1:顺序传参法 public User selectUser(String name, int deptId); <select id="selectUser" resultMap="UserResultMap"> select * from user whe 阅读全文
posted @ 2022-08-06 14:35 流浪Coder 阅读(32) 评论(0) 推荐(0)