|
@@ -48,6 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="type != null and type != '' "> and type = #{type}</if>
|
|
|
<if test="kpType != null and kpType != '' "> and kp_type = #{kpType}</if>
|
|
|
<if test="fCorpid != null and fCorpid != '' "> and f_corpid = #{fCorpid}</if>
|
|
|
+ <if test="remark != null and remark != '' "> and remark like concat('%', #{remark}, '%')</if>
|
|
|
<if test='timeInterval != null and timeInterval[0] != null and timeInterval[0]!= ""'>
|
|
|
and kp_time >= #{timeInterval[0]}
|
|
|
</if>
|