forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-09-14 47488a7bf69c5cdae18e80a616ec0a43e890765d
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/dao/mapper/xml/CaseInfoMapper.xml
@@ -94,8 +94,8 @@
        <result property="inputUnitName" column="input_unit_name"/>
        <result property="mediResult" column="medi_result"/>
        <result property="mediResultName" column="medi_result_name"/>
        <result property="mediateDeptId" column="mediate_dept_id"/>
        <result property="mediateDeptName" column="mediate_dept_name"/>
        <result property="mediateUnitId" column="mediate_unit_id"/>
        <result property="mediateUnitName" column="mediate_unit_name"/>
        <result property="assistUnitId" column="assist_unit_id"/>
        <result property="assistUnitName" column="assist_unit_name"/>
        <result property="closeTime" column="close_time"/>
@@ -118,8 +118,8 @@
        a.input_unit_name,
        b.medi_result,
        b.medi_result_name,
        b.mediate_dept_id,
        b.mediate_dept_name,
        b.mediate_unit_id,
        b.mediate_unit_name,
        b.assist_unit_id,
        b.assist_unit_name,
        b.close_time,