huminmin
2026-06-05 4f45f29e6b53f4c01b414409c5000ff4e212b3d9
cnas-device/src/main/resources/mapper/DeviceImpowerDetailsMapper.xml
@@ -7,11 +7,10 @@
        select
            did.*,
            d.device_name,
            d.device_name,
            d.specification_model,
            d.management_number
        from device_impower_details did
                 left join device d on did.device_id = d.id
        where did.traceability_management_id = #{traceabilityManagementId}
        where did.impower_id = #{impowerId}
    </select>
</mapper>