| | |
| | | <result property="temperature" column="temperature"/> |
| | | <result property="humidity" column="humidity"/> |
| | | <result property="cableTag" column="cable_tag"/> |
| | | <result property="sort" column="sort"/> |
| | | <collection property="insProductResult" resultMap="insProductResult"/> |
| | | </resultMap> |
| | | |
| | |
| | | ip.method_s, |
| | | ip.tell, |
| | | ip.dic, |
| | | ip.cable_tag |
| | | ip.cable_tag, |
| | | ip.sort |
| | | </sql> |
| | | |
| | | <select id="selectRetestProduct" resultType="com.ruoyi.inspect.pojo.InsUnqualifiedRetestProduct"> |
| | |
| | | and ins_fibers_id is null |
| | | and standard_method_list_id is not null |
| | | and ip.cable_tag is null |
| | | and ip.retest_tag = #{retestTag} |
| | | <if test="retestTag != null and retestTag != ''"> |
| | | and ip.retest_tag = #{retestTag} |
| | | </if> |
| | | </select> |
| | | <select id="getInsProductUnqualifiedRetest5" resultMap="product"> |
| | | select <include refid="getInsProducSql"/> |