Commit 64744a23 by 周田

doc:添加注释,devinfo表数据删除的注释说明

parent f17f0226
...@@ -59,6 +59,7 @@ def set_communication_to_devinfo_table(request): ...@@ -59,6 +59,7 @@ def set_communication_to_devinfo_table(request):
communications = DeviceCommunicationParameter.objects.all() communications = DeviceCommunicationParameter.objects.all()
# 清空设备信息表 # 清空设备信息表
# TODO:实际开始用的时候,需要将这个注释打开
# TableXproAllDevinfo.objects.all().delete() # TableXproAllDevinfo.objects.all().delete()
TableXproAllDevinfo.objects.bulk_create( TableXproAllDevinfo.objects.bulk_create(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment