Browse Source

fix: 修改用户坐席表名

余尚辉 6 days ago
parent
commit
8fba029049
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/callcenter/dao.py

+ 1 - 1
src/core/callcenter/dao.py

@@ -7,7 +7,7 @@ from datetime import datetime
 
 
 class Agent(db.Model):
-    __tablename__ = 'c_agent'
+    __tablename__ = 'sys_user'
     __table_args__ = {
         'comment': '坐席信息表',
         'mysql_engine': 'InnoDB',