2021与蓝度共同重构项目,服务端
liuhaonan
2022-11-04 e55c8b0a92eb9715edd90c31dfd4de51a47b588b
dao/src/main/resources/mapper/LedPlayerEntityMapper.xml
@@ -78,7 +78,7 @@
        WHERE
        t3.group_id=#{groupId}
        <if test="clientId != null">
            AND (t2.user_id = #{clientId} OR t2.client_id = #{clientId})
            AND (t3.user_id = #{clientId} OR t3.client_id = #{clientId})
        </if>
    </select>
    <select id="ledListByGroupId" resultType="com.sandu.ximon.dao.domain.LedPlayerEntity">