|
@@ -59,7 +59,8 @@
|
|
|
a.accountname as "accountname",
|
|
|
a.invoiceamount as "invoiceamount",
|
|
|
a.state as "state",
|
|
|
- (case when a.state=2 then '已使用' else '作废' end ) as "stateLabel",
|
|
|
+ (select label from pay_sys_dict where type = '票据状态' and value = a.state and site_id = a.site_id and customer_id = a.customer_id) stateLabel,
|
|
|
+
|
|
|
a.create_date as "createDate",
|
|
|
(select name from sc_user where id=a.create_by) as "createByName",
|
|
|
a.canceltime as "canceltime",
|
|
@@ -75,7 +76,7 @@
|
|
|
a.accountname as "accountname",
|
|
|
a.invoiceamount as "invoiceamount",
|
|
|
a.state as "state",
|
|
|
- (case when a.state=2 then '已使用' else '作废' end ) as "stateLabel",
|
|
|
+ (select label from pay_sys_dict where type = '票据状态' and value = a.state and site_id = #{siteId} and customer_id = #{customerId}) stateLabel,
|
|
|
a.create_date as "createDate",
|
|
|
(select name from sc_user where id=a.create_by) as "createByName",
|
|
|
a.canceltime as "canceltime",
|