Browse Source

Merge branch 'feature/v1.0.7' of https://app.yhyue.com/moapp/jyResourcesCenter into feature/v1.0.7

wangchuanjin 6 months ago
parent
commit
1dc370382c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/balanceService.go

+ 1 - 1
service/balanceService.go

@@ -661,7 +661,7 @@ func (service *BalanceService) DataExpireHandle() {
 				entUserId = gconv.Int64(gconv.String(entUserData["id"]))
 				entName := gconv.String(entUserData["name"])
 				entPhone := gconv.String(entUserData["phone"])
-				operator = fmt.Sprintf("%s(%s)", entName, entPhone)
+				operator = fmt.Sprintf("%s(%s)", entName, entPhone)
 			}
 		}
 		detailed := entity.Detailed{