代码提交

This commit is contained in:
liang.chao 2025-09-29 11:18:48 +08:00
parent 0590ea0e20
commit 468039a4ab
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="getTransferFile" resultType="com.bonus.web.domain.TransferFileDto">
SELECT DISTINCT
dkp.pro_name AS proName,
dkp.pro_id AS proId,
dkp.id AS proId,
dkp.single_pro_name AS singleProName,
dktf.file_name AS fileName,
dktf.id AS fileId,