whyclxw
2025-06-10 a1d2d4dbf00ffc778003abefac9e643c6bb82059
src/main/resources/mapper/DeviceSetparamMapper.xml
@@ -26,6 +26,6 @@
        from db_ram_db.tb_device_setparam,  db_station.tb_batt_inf, db_station.tb_station_inf
        where tb_device_setparam.dev_id = tb_batt_inf.dev_id
        and tb_batt_inf.station_id = tb_station_inf.station_id
        and dev_id = #{devId} and battgroup_num = #{battGroupNum}
        and tb_device_setparam.dev_id = #{devId} and tb_device_setparam.battgroupnum = #{battGroupNum}
    </select>
</mapper>