ustcyc
2025-01-07 90e30e1461f48721442d0391e46c2edde170d9e7
zhitan-system/target/classes/mapper/basicdata/MeterImplementMapper.xml
@@ -127,6 +127,12 @@
        JOIN node_index ni ON ni.node_id = nd.node_id
        where ni.node_id= #{nodeId} and index_id= #{indexId}
    </select>
    <select id="listMeterImplByInstallLocation" resultType="com.zhitan.basicdata.domain.MeterImplement">
        <include refid="selectMeterImplementVo"/>
        <where>
            installaction_location = #{installactionLocation}
        </where>
    </select>
    <insert id="insertMeterImplement" parameterType="MeterImplement">
        insert into meter_implement