|
@@ -125,7 +125,7 @@ func (h *HTFuturesAccountController) SyncCustomerRiskLevel() {
|
|
|
h.FailedResult("身份证号不能为空", result)
|
|
|
return
|
|
|
}
|
|
|
- if custInfo.DealMobileTel != custInfo.MobileTel {
|
|
|
+ if custInfo.MobileTel != "" && custInfo.DealMobileTel != custInfo.MobileTel {
|
|
|
err = exception.New(exception.SyncRiskError)
|
|
|
h.FailedResult(fmt.Sprintf("柜台预留手机号码不一致,测评手机:%s,柜台预留手机:%s", custInfo.DealMobileTel, custInfo.MobileTel), result)
|
|
|
return
|