panel_list = dir_service_subtype.objects.filter(id=39).first().client_bind_set.first().csstate_set.all()
user = CsState.objects.first().client_bind.client_bind_post_set.filter(
is_active=1,
planned_begin_date__lte=datetime.now(),
planned_end_date__gte=datetime.now())\
.first()