dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/xml/CaseAgentMapper.xml
@@ -435,4 +435,12 @@ <include refid="table-name" /> where case_id = #{caseId} </select> <select id="listByCertiNo" resultMap="dataResult"> select a.case_id,a.certi_no,a.per_type from dyh_case_agent a INNER JOIN dyh_case_info b ON a.case_id = b.id where a.certi_no = #{certiNo} and b.delete_status = 0 </select> </mapper>