|
@@ -102,7 +102,7 @@ class EquipmentInfo(View):
|
|
|
redis_obj = RedisObject()
|
|
|
|
|
|
if is_update_all == 1:
|
|
|
- kwargs = {'userID_id': userID, 'status': 0}
|
|
|
+ kwargs = {'device_user_id': userID, 'status': 0}
|
|
|
if event_type:
|
|
|
kwargs['event_type'] = int(event_type)
|
|
|
try:
|