<iftest="snVoucherNumber != null and snVoucherNumber != '' and snVoucherNumber != 'null' and snVoucherNumber != '99'">
<iftest="snVoucherNumber != null and snVoucherNumber != '' and snVoucherNumber != 'null' and snVoucherNumber != '99'">
and t.sn_voucher_number = #{snVoucherNumber}
and t.sn_voucher_number = #{snVoucherNumber}
</if>
</if>
<iftest="postingTime != null and postingTime != '' and postingTime != 'null' and postingTime != '99'">
<iftest="postingTimeStart != null and postingTimeStart != '' and postingTimeStart != 'null' and postingTimeStart != '99' and postingTimeEnd != null and postingTimeEnd != '' and postingTimeEnd != 'null' and postingTimeEnd != '99'">
and t.postingTime = #{postingTime}
and posting_time between #{postingTimeStart} and #{postingTimeEnd}
</if>
</if>
<iftest="imageId != null and imageId != '' and imageId != 'null' and imageId != '99'">
<iftest="imageId != null and imageId != '' and imageId != 'null' and imageId != '99'">