liurunyu
2025-02-05 7e884fcb6b3394f2a2324682950d918e43f53cef
修改SQL中的bug
1个文件已修改
2 ■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/resources/mapper/Ar4BaseMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-global/src/main/resources/mapper/Ar4BaseMapper.xml
@@ -13,7 +13,7 @@
        from pr_intake itb
        LEFT JOIN ba_block bb on itb.blockId = bb.id
        LEFT JOIN pr_controller pc on itb.id = pc.intakeId
        where id = #{intakeId,jdbcType=BIGINT}
        where itb.id = #{intakeId,jdbcType=BIGINT}
    </select>
    <select id="intakeRtuAddr" resultType="java.lang.String">