瀏覽代碼

风险测评

kobe6258 6 月之前
父節點
當前提交
b774d44927
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/web_hook/htfutures_account_controller.go

+ 1 - 1
controllers/web_hook/htfutures_account_controller.go

@@ -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