All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wichell.mapper.xml.TaskFireLogMapper.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.wichell.mapper.TaskFireLogMapper">
	<select id="selectIdByMap" resultType="java.lang.Long">
		select id_ from task_fire_log
		<where>
			<if test="cm.keyword != null and cm.keyword != ''">
				and (group_name like CONCAT('%',#{cm.keyword},'%') or task_name like CONCAT('%',#{cm.keyword},'%'))
			</if>
		</where>
	</select>
</mapper>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy