代码提交

This commit is contained in:
liang.chao 2025-09-29 15:05:56 +08:00
parent 4e200fffac
commit eac83f3a7f
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="getTransferRecordFiles" resultType="com.bonus.web.domain.TransferFileDto">
SELECT DISTINCT
dkfs.id as fileId,
dkfs.id,
dktf.file_name AS fileName,
CONCAT( dkpfc3.content_name, '/', dkpfc2.content_name ) AS parParentName,
dkpfc1.content_name AS parentName,