fix_invoices_view (#533)

Reviewed-on: daoyoucloud/tachycode#533
Co-authored-by: hello@lv <2256334253@qq.com>
Co-committed-by: hello@lv <2256334253@qq.com>
This commit is contained in:
hello@lv 2024-03-29 11:37:57 +08:00 committed by sealday
parent f9cd41217d
commit 38fdd9c332

View File

@ -10,7 +10,7 @@ SELECT
purchaser_id,
project_id,
category,
CAST('进项发票' AS TEXT) AS "type",
"type",
"Invoicing_date",
"comment",
inclusive_amount,
@ -39,7 +39,7 @@ SELECT
purchaser_id,
project_id,
category,
CAST('销项发票' AS TEXT) AS "type",
"type",
"Invoicing_date",
"comment",
inclusive_amount,
@ -68,7 +68,7 @@ SELECT
purchaser_id,
project_id,
category,
CAST('进项发票' AS TEXT) AS "type",
"type",
"Invoicing_date",
"comment",
inclusive_amount,