|
|
@ -42,6 +42,7 @@ |
|
|
|
<result column="posting_time" property="postingTime"/> |
|
|
|
<result column="posting_time" property="postingTime"/> |
|
|
|
<result column="image_id" property="imageNumber"/> |
|
|
|
<result column="image_id" property="imageNumber"/> |
|
|
|
<result column="account_period" property="accountPeriod"/> |
|
|
|
<result column="account_period" property="accountPeriod"/> |
|
|
|
|
|
|
|
<result column="comp_code" property="compCode"/> |
|
|
|
</resultMap> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
|
|
<resultMap id="BbfpzhcxhjResultMap" |
|
|
|
<resultMap id="BbfpzhcxhjResultMap" |
|
|
@ -63,7 +64,7 @@ |
|
|
|
t.invoice_type , t.dept_name deptName,t.glzt |
|
|
|
t.invoice_type , t.dept_name deptName,t.glzt |
|
|
|
glzt,t.bdk_status,t.in_account_status,t.settle_source, |
|
|
|
glzt,t.bdk_status,t.in_account_status,t.settle_source, |
|
|
|
t.settlement_no, |
|
|
|
t.settlement_no, |
|
|
|
t.settlement_status,t.voucher_number,t.total_amount |
|
|
|
t.settlement_status,t.voucher_number,t.total_amount,t.comp_code |
|
|
|
from t_dx_record_invoice t |
|
|
|
from t_dx_record_invoice t |
|
|
|
WHERE t.invoice_date between #{kpksrq} and #{kpjsrq} |
|
|
|
WHERE t.invoice_date between #{kpksrq} and #{kpjsrq} |
|
|
|
and t.company = #{company} |
|
|
|
and t.company = #{company} |
|
|
|