|
@@ -198,7 +198,7 @@ class UnicomComboView(View):
|
|
|
if item['year'] == year and item['month'] == month:
|
|
|
flow_total_usage = item['flowTotalUsage']
|
|
|
# 修改业务联通卡设备激活信息
|
|
|
- UnicomDeviceInfo.objects.filter(iccid=iccid).update(status=1, updated_time=now_time, year=year, month=month,
|
|
|
+ UnicomDeviceInfo.objects.filter(iccid=iccid).update(status=2, updated_time=now_time, year=year, month=month,
|
|
|
flow_total_usage=str(flow_total_usage),
|
|
|
before_usage_history=str(flow_total))
|
|
|
|