| | |
| | | <result property="comValue" column="com_value" jdbcType="VARCHAR"/> |
| | | <result property="equipValue" column="equip_value" jdbcType="VARCHAR"/> |
| | | <result property="equipName" column="equip_name" jdbcType="VARBINARY"/> |
| | | <result property="testStartTime" column="test_start_time" jdbcType="VARBINARY"/> |
| | | <result property="testEndTime" column="test_end_time" jdbcType="VARBINARY"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="sampleVo" type="com.ruoyi.inspect.vo.SampleVo"> |
| | |
| | | ip.sort, |
| | | ip.cable_tag, |
| | | ip.structure_item_parameter_id, |
| | | ip.check_user_id |
| | | ip.check_user_id, |
| | | ip.radius, |
| | | ipr.test_start_time, |
| | | ipr.test_end_time |
| | | </sql> |
| | | |
| | | |