BUG修改

This commit is contained in:
haozq 2024-11-15 19:12:50 +08:00
parent 4db6b399a3
commit 03fb81596f
2 changed files with 5 additions and 2 deletions

View File

@ -65,4 +65,6 @@ public class PartApplyDetailAppVo {
@Excel(name = "备注", width = 10.0, orderNum = "9")
private String remark;
private String proId;
}

View File

@ -89,10 +89,11 @@
<select id="getProDetailsFilePage" resultType="com.bonus.gzgqj.business.plan.entity.FileUploadVo">
select file.id, file.file_name fileName,
file.file_url fileUrl, file.create_time createTime,file.creator creator, file.model_table,
file.own_id ownId , file.suffix,file.type, file.file_type fileType,file.create_name createName
file.own_id ownId , file.suffix,file.type, file.file_type fileType,file.create_name createName,
tpa.remark
FROM t_part_apply tpa
left join bm_file_upload file on tpa.id=file.own_id and file.model_table='t_part_apply'
where tpa.`status`=4 and file.id is not null amd tpa.pro_id=#{proId}
where tpa.`status`=4 and file.id is not null and tpa.pro_id=#{proId}
</select>
<select id="getProDetails" resultType="com.bonus.gzgqj.business.bases.entity.ProjectInfoVo">
SELECT pro.id proId,pro.name proName,tpa.lyNum lyNum,tpa.lydNum,mm.money lyMoney