Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
54b3ce2d
Commit
54b3ce2d
authored
Jun 18, 2021
by
李贺贺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
逾期租金(保证金前)查询结果排序
parent
fba4a775
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rpt5012_csh_result_query.lwm
.../WEB-INF/classes/rpt/RPT5012/rpt5012_csh_result_query.lwm
+2
-2
No files found.
src/main/webapp/WEB-INF/classes/rpt/RPT5012/rpt5012_csh_result_query.lwm
View file @
54b3ce2d
...
...
@@ -129,7 +129,7 @@
AND trunc(t.transaction_date)
<
trunc
(to_date(${@cur_begin},
'yyyy-mm-dd'))),
0)
order
by
t.contract_id
order
by
t.contract_id,ccc.times,decode(ccc.cf_item,1,1,200,2,8,3,4)
)
v
]]
></bm:query-sql>
</bm:operation>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment