2021与蓝度共同重构项目,服务端
LHN
2022-10-19 a8a707e602d644f3207b077d55bfad1a7c3642b7
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">