locky 4 жил өмнө
parent
commit
0a9f80fc81

+ 1 - 1
Controller/EquipmentInfo.py

@@ -304,7 +304,7 @@ use information_schema;
 select concat(round(sum(data_length/1024/1024),2),'MB') as data from tables where table_schema='Ansjer81';
 '''
 # 删除访问日志
-def deleteExpireEquipmentInfo():
+def deleteExpireEquipmentInfo(request):
     response = ResponseObject()
     import time
     nowTime = int(time.time())