@ -136,6 +136,7 @@
FROM st_storage_location sl
LEFT JOIN st_storehouse sh ON sl.sh_id = sh.id
${ew.customSqlSegment}
ORDER BY sl.create_time DESC
</select>
</mapper>
@ -116,7 +116,7 @@
FROM ST_STOREHOUSE sh
LEFT JOIN BLADE_USER su ON sh.save_user = su.id
ORDER BY sh.create_time, sh.id DESC
ORDER BY sh.create_time DESC, sh.id DESC
<!-- 校验名称是否重复 -->