com.wichell.mapper.xml.TaskFireLogMapper.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wichell-common Show documentation
Show all versions of wichell-common Show documentation
common project com.wichell.wichell jar
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