修复问题
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user