feat: bug-814 调整排序字段
This commit is contained in:
parent
c36fa6590d
commit
0035ae3f6a
|
|
@ -57,7 +57,7 @@
|
|||
<if test="factoryNo!=null and factoryNo!=''">
|
||||
and di.code=#{factoryNo}
|
||||
</if>
|
||||
order by di.code,w.id desc
|
||||
order by di.code,w.no
|
||||
</select>
|
||||
|
||||
<select id="getListByIds" resultType="com.nflg.wms.common.pojo.vo.WarehouseVO">
|
||||
|
|
|
|||
Loading…
Reference in New Issue