|
|
|
@ -430,8 +430,8 @@ |
|
|
|
|
<if test="invoiceSource!=null and invoiceSource!='' and invoiceSource!='99'"> |
|
|
|
|
and t.invoice_source = #{invoiceSource} |
|
|
|
|
</if> |
|
|
|
|
<if test="snVoucherNumber != null and snVoucherNumber != '' and snVoucherNumber != 'null' and snVoucherNumber != '99'"> |
|
|
|
|
and t.sn_voucher_number = #{snVoucherNumber} |
|
|
|
|
<if test="voucherNumber != null and voucherNumber != '' and voucherNumber != 'null' and voucherNumber != '99'"> |
|
|
|
|
and t.voucher_number = #{voucherNumber} |
|
|
|
|
</if> |
|
|
|
|
<if test="postingTime != null and postingTime != '' and postingTime != 'null' and postingTime != '99'"> |
|
|
|
|
and t.posting_time = #{postingTime} |
|
|
|
@ -450,7 +450,7 @@ |
|
|
|
|
<include refid="sql_fields_added"/> |
|
|
|
|
,t.incentive_flag incentiveFlag |
|
|
|
|
,t.system_name systemName |
|
|
|
|
,t.sn_voucher_number snVoucherNumber |
|
|
|
|
,t.voucher_no voucherNumber |
|
|
|
|
,t.image_id imageId |
|
|
|
|
,t.account_period accountPeriod |
|
|
|
|
,t.posting_time postingTime |
|
|
|
@ -511,8 +511,8 @@ |
|
|
|
|
<if test="invoiceSource!=null and invoiceSource!='' and invoiceSource!='99'"> |
|
|
|
|
and t.invoice_source = #{invoiceSource} |
|
|
|
|
</if> |
|
|
|
|
<if test="snVoucherNumber != null and snVoucherNumber != '' and snVoucherNumber != 'null' and snVoucherNumber != '99'"> |
|
|
|
|
and t.sn_voucher_number = #{snVoucherNumber} |
|
|
|
|
<if test="voucherNo != null and voucherNo != '' and voucherNo != 'null' and voucherNo != '99'"> |
|
|
|
|
and t.voucher_no = #{voucherNo} |
|
|
|
|
</if> |
|
|
|
|
<if test="postingTime != null and postingTime != '' and postingTime != 'null' and postingTime != '99'"> |
|
|
|
|
and t.posting_time = #{postingTime} |
|
|
|
|