|
@@ -115,7 +115,7 @@ func (h *HTFuturesAccountController) SyncCustomerRiskLevel() {
|
|
|
h.FailedResult("用户名字不能为空", result)
|
|
|
return
|
|
|
}
|
|
|
- if custInfo.MobileTel == "" {
|
|
|
+ if custInfo.DealMobileTel == "" {
|
|
|
err = exception.New(exception.SyncRiskError)
|
|
|
h.FailedResult("手机号码不能为空", result)
|
|
|
return
|
|
@@ -148,7 +148,7 @@ func (h *HTFuturesAccountController) SyncCustomerRiskLevel() {
|
|
|
}
|
|
|
err = userService.UpdateRiskLevelInfo(userService.RiskLevelInfoDTO{
|
|
|
Name: custInfo.ClientName,
|
|
|
- PhoneNumber: custInfo.MobileTel,
|
|
|
+ PhoneNumber: custInfo.DealMobileTel,
|
|
|
RiskLevel: fmt.Sprintf("C%s", riskInfo.CorpRiskLevel),
|
|
|
RiskValidEndDate: riskEndDate.Format(time.DateOnly),
|
|
|
})
|