src/main/java/com/nanometer/smartlab/dao/SysWarehouseContainerDao.xml
@@ -49,7 +49,7 @@ <if test="warehouseId != null and warehouseId != ''"> and ss.id like #{warehouseId} </if> order by ss.name ASC order by ss.name ASC,su.create_time DESC <if test="first != null and pageSize != null"> limit #{first}, #{pageSize} </if>