完成性能日志和事务日志功能

Change-Id: Iec30043bc5b954a29fa0d8d18a84c1feed2a1696
diff --git a/Merge/back_trm/app/routes.py b/Merge/back_trm/app/routes.py
index 625ea6d..20cf99c 100644
--- a/Merge/back_trm/app/routes.py
+++ b/Merge/back_trm/app/routes.py
@@ -287,7 +287,7 @@
     SessionLocal = sessionmaker(bind=engine)
     session = SessionLocal()
     f=Fpost(session)
-    checres=f.checkid(data['userid'],'admin')
+    checres=f.checkid(data['userid'],'superadmin')
     if(not checres):
         f.recordlog(data['userid'],
                      'error',