mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
Update OrganizationsMapper.xml
This commit is contained in:
parent
735717387e
commit
0f11af5a16
@ -26,7 +26,7 @@
|
||||
from mxk_organizations
|
||||
where 1 = 1
|
||||
<include refid="dao_where_statement"/>
|
||||
order by sortindex
|
||||
order by sortindex,id
|
||||
</select>
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
from mxk_organizations
|
||||
where 1 = 1
|
||||
<include refid="dao_where_statement"/>
|
||||
order by sortindex
|
||||
order by sortindex,id
|
||||
</select>
|
||||
|
||||
<update id="logisticDelete" parameterType="Organizations" >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user