给多单位再增加两个副单位
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user