Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
f8e542cb
Commit
f8e542cb
authored
Aug 26, 2022
by
季圣华
Browse files
给部分表增加启用状态和排序字段,完善对应接口
parent
8906294c
Changes
21
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/resources/mapper_xml/UnitMapperEx.xml
View file @
f8e542cb
...
...
@@ -10,6 +10,7 @@
and name like #{bindName}
</if>
and ifnull(delete_flag,'0') !='1'
order by id desc
<if
test=
"offset != null and rows != null"
>
limit #{offset},#{rows}
</if>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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