| | |
| | | <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> |
| | | |
| | | |
| | | <select id="findInsSampleAndOrder" resultType="com.ruoyi.inspect.vo.InsOrderPlanVO"> |
| | | select * from( |
| | | select * from( |
| | | SELECT a.*,ios.ins_state,ios.verify_tell,verify_user |
| | | SELECT a.*,ios.ins_state,ios.verify_tell,verify_user, |
| | | (select name from user where user.id = verify_user) AS check_name |
| | | FROM |
| | | ( |
| | | SELECT |