|
|
|
@ -126,10 +126,13 @@ |
|
|
|
|
and postingTimeEnd != null and postingTimeEnd != '' and postingTimeEnd != 'null'"> |
|
|
|
|
and date_format(t.posting_time,'%Y-%m-%d') between #{postingTimeStart} and #{postingTimeEnd} |
|
|
|
|
</if> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' "> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '3'"> |
|
|
|
|
and t.rzh_yesorno = #{rzzt} |
|
|
|
|
</if> |
|
|
|
|
<if test="imageId != null and imageId != '' and imageId != 'null' "> |
|
|
|
|
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt == '3'"> |
|
|
|
|
and (t.rzh_yesorno = '1' or t.rzh_yesorno = '2') |
|
|
|
|
</if> |
|
|
|
|
<if test="imageId != null and imageId != '' and imageId != 'null' "> |
|
|
|
|
and t.image_id = #{imageId} |
|
|
|
|
</if> |
|
|
|
|
<if test="rzclzt !=null and rzclzt != ''"> |
|
|
|
|