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