Explorar o código

fix: 修改用户坐席表名

余尚辉 hai 6 días
pai
achega
8fba029049
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',