<select id="selectByTitleAndDocumentId" parameterType="java.lang.String" resultMap="BaseResultMap">
  select * from guide where title like concat('%',#{title,jdbcType = VARCHAR},'%')
  and document_id like concat('%',#{documentId,jdbcType = VARCHAR},'%') and del_flag = 0
</select>

 

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2022-01-08
  • 2022-01-07
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-09-12
相关资源
相似解决方案