| | |
| | | <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"/> |
| | |
| | | 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, |