Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dwsproject
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dws
dwsproject
Commits
ced6bb5e
Commit
ced6bb5e
authored
Jan 28, 2026
by
马丽华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mlh_jzjx_project' into 'master'
创建时间先排序 See merge request
!37
parents
93265897
2ab6d1cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
roke_product_income_expense/controller/main.py
+1
-1
No files found.
roke_product_income_expense/controller/main.py
View file @
ced6bb5e
...
@@ -151,7 +151,7 @@ class ProductIncomeExpenseIframe(http.Controller):
...
@@ -151,7 +151,7 @@ class ProductIncomeExpenseIframe(http.Controller):
SELECT id, business_date, abstract, customer, income, expenditure, balance, machinery_type, create_uid, create_date
SELECT id, business_date, abstract, customer, income, expenditure, balance, machinery_type, create_uid, create_date
FROM roke_product_income_expense
FROM roke_product_income_expense
WHERE {where_sql}
WHERE {where_sql}
ORDER BY
business_date DESC, create
_date DESC
ORDER BY
create_date DESC,business
_date DESC
LIMIT
%
s OFFSET
%
s
LIMIT
%
s OFFSET
%
s
"""
"""
params
.
extend
([
limit
,
offset
])
params
.
extend
([
limit
,
offset
])
...
...
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