2021与蓝度共同重构项目,服务端
liuhaonan
2022-09-14 aebf1df56a02c71a5e6b4a9da395c12ed66edb1b
dao/src/main/resources/mapper/LightTaskPoleRelationMapper.xml
@@ -27,8 +27,9 @@
        light_task_pole_relation t1
        LEFT JOIN pole t2 ON t1.pole_id = t2.id
        <where>
            AND t1.task_id = #{taskId}
             t1.task_id = #{taskId}
        </where>
        GROUP BY t2.id
    </select>
    <select id="test" resultType="com.sandu.ximon.dao.bo.LightTaskPoleRelationBo">