Browse Source

suhh-测试新增知识库和机器人

‘suhuihui’ 1 month ago
parent
commit
446cfeb568
1 changed files with 0 additions and 1 deletions
  1. 0 1
      api/services/app_service.py

+ 0 - 1
api/services/app_service.py

@@ -204,7 +204,6 @@ class AppService:
         app.dept_id =account.dept_id
         app.updated_by = account.id
         app.edit_auth = 1
-        print("测试新增机器人信息")
         db.session.add(app)
         db.session.flush()