[파일 업로드] tus 훅추가

This commit is contained in:
2026-03-05 16:05:14 +09:00
parent 4360298934
commit 35f3f9d679
4 changed files with 37 additions and 12 deletions
@@ -19,5 +19,6 @@
WHERE LFM.DEL_YN = 'N'
AND LFM.FILE_MASTER_KEY = #{fileMasterKey}
AND LFM.STATUS = 1
AND LTUT.user_token_idx = #{userTokenIdx}
</select>
</mapper>