Update OrganizationsMapper.xml

This commit is contained in:
MaxKey 2021-07-31 16:47:42 +08:00
parent 735717387e
commit 0f11af5a16

View File

@ -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" >