|
|
@ -200,7 +200,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
DATE_FORMAT(#{endTime},'%Y-%m-%d %H:%i:%s')
|
|
|
|
DATE_FORMAT(#{endTime},'%Y-%m-%d %H:%i:%s')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="name != null and name != ''">
|
|
|
|
<if test="name != null and name != ''">
|
|
|
|
AND name like concat('%', #{name}, '%')
|
|
|
|
AND td.name like concat('%', #{name}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="identifier != null and identifier != ''">
|
|
|
|
<if test="identifier != null and identifier != ''">
|
|
|
|
AND identifier like concat('%', #{identifier}, '%')
|
|
|
|
AND identifier like concat('%', #{identifier}, '%')
|
|
|
|