修复问题

This commit is contained in:
cjh
2026-06-05 16:26:11 +08:00
parent 4e4c4a0697
commit 24cbff1625

View File

@@ -49,7 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from bidding_content_result a
left join bidding_proposal b on b.id=a.proposal_id
left join bidding_review_task t on t.id=a.task_id
where a.info_id =#{infoId}
where a.info_id =#{infoId} and a.del_flag=0
</select>
<select id="getDtlList" resultType="org.dromara.review.domain.vo.BiddingContentResultDtlVo">