批量处理工况库和文件关系

This commit is contained in:
2025-12-03 11:21:39 +08:00
parent 4105f06d1a
commit 9c6e3b839a
8 changed files with 118 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
dirId,
SUM(fileSize) AS totalSize
FROM file_storage
WHERE dirId
WHERE dirId IN
<foreach collection="directoryIds" item="id" open="(" separator="," close=")">
#{id}
</foreach>