给多单位再增加两个副单位

This commit is contained in:
季圣华
2021-12-01 00:58:54 +08:00
parent c0ee413c8f
commit 5df71b26db
11 changed files with 449 additions and 61 deletions

View File

@@ -143,7 +143,7 @@
</foreach>
</if>
and ifnull(m.delete_flag,'0') !='1'
ORDER BY m.id desc,me.default_flag desc
ORDER BY m.id desc, me.default_flag desc, me.id asc
<if test="offset != null and rows != null">
limit #{offset},#{rows}
</if>