kongzy
2024-08-09 a2a1f2a22db7c2e53275359fb5f8d6c0dd15d8d6
assess-system/src/main/resources/mapper/AssInvestigationMapper.xml
@@ -31,7 +31,7 @@
    <select id="getInvestigationByProjectId" resultMap="investigationResult">
        <include refid="selectInvestigationVo"/>
        where project_id=#{projectId} and del_flag=0
        where project_id=#{projectId} and del_flag=0 order by create_time desc
    </select>
    <select id="getInvestigationById" resultMap="investigationResult">