1.在接口写方法

public List<Employee> getEmpsTestInnerParameter(Employee employee);

2在映射文件中进行配置


<select >
where last_name like #{_parameter.lastName}
</if>
</if>
</select>

相关文章:

  • 2021-12-27
  • 2021-10-12
  • 2021-09-14
  • 2021-09-01
  • 2022-12-23
  • 2021-11-27
  • 2021-11-01
  • 2021-12-11
猜你喜欢
  • 2021-09-08
  • 2022-02-18
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案