Commit 7f30e065 authored by 38823's avatar 38823

资产管理费报复查询条件修复

parent 437427f8
var override_queryfields = [
{
name : 'withhold_tax_amount_from',
queryexpression : "t1.withhold_amount between ${@withhold_tax_amount_from} and nvl(${@withhold_tax_amount_to},t1.withhold_amount)"
},
{
name : 'withhold_tax_amount_to',
queryexpression : "t1.withhold_amount between nvl(${@withhold_tax_amount_from},t1.withhold_amount) and ${@withhold_tax_amount_to}"
}
];
override();
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