Commit 4b77fbb6 authored by Darming's avatar Darming

[fix]增值税台账查询条件-开票日期

parent b5347ef0
Pipeline #4701 canceled with stages
......@@ -17,7 +17,7 @@ var override_queryfields = [
},
{
name: 'invoice_date',
queryexpression: "t1.invoice_date = ${@invoice_date}"
queryexpression: "to_char(t1.invoice_date,'yyyy-mm-dd') = ${@invoice_date}"
},
{
name: 'base_period',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment