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">