Explorar el Código

Merge branch 'feature/v1.0.3_ws' of BaseService/powerCheckCenter into feature/v1.0.3

wangshan hace 1 año
padre
commit
1ef1300d5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/power.go

+ 1 - 1
service/power.go

@@ -388,7 +388,7 @@ func (this *PowerService) Power(userid string, baseUserId, accountId, entId, pos
 			}
 			//查看原文
 			var (
-				originalData = this.Conn.BaseMysql.SelectBySql(`SELECT user_type,total FROM original_power WHERE state = 0`)
+				originalData = this.Conn.BaseMysql.SelectBySql(`SELECT user_type,total FROM jianyu.original_power WHERE state = 0`)
 			)
 			if originalData != nil && len(*originalData) > 0 {
 				for _, ov := range *originalData {