|
@@ -97,6 +97,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="classifyId != null and classifyId != ''">
|
|
|
and i.classify_id = #{classifyId}
|
|
|
</if>
|
|
|
+ <if test="informId != null and informId != ''">
|
|
|
+ and i.inform_id = #{informId}
|
|
|
+ </if>
|
|
|
<if test="startTime != null and startTime != ''">
|
|
|
and (SELECT iu.send_time FROM inform_user iu where i.inform_id=iu.inform_id ORDER BY iu.send_time ASC limit 1) BETWEEN #{startTime} and #{endTime}
|
|
|
</if>
|