Commit 37261615 authored by 38823's avatar 38823

【建机优化】收款核销的合同查询列表按合同编号升序排列

parent 35cdd1ac
...@@ -43,6 +43,7 @@ select t.parent_company_id company_id ...@@ -43,6 +43,7 @@ select t.parent_company_id company_id
and (t.company_id = ${/session/@company_id} or t.parent_company_id = ${/session/@company_id}))) and (t.company_id = ${/session/@company_id} or t.parent_company_id = ${/session/@company_id})))
) t ) t
#WHERE_CLAUSE# #WHERE_CLAUSE#
order by t.contract_number asc
]]></bm:query-sql> ]]></bm:query-sql>
</bm:operation> </bm:operation>
</bm:operations> </bm:operations>
......
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