瀏覽代碼

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

‘suhuihui’ 1 月之前
父節點
當前提交
446cfeb568
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()