Commit bbc578db by Joneq

增加电话号码字段

parent 36dda1f9
Showing with 1 additions and 1 deletions
...@@ -37,7 +37,7 @@ func (d *dao) GetCompanyBaseInfoByCid(c context.Context, companyId int64) (res m ...@@ -37,7 +37,7 @@ func (d *dao) GetCompanyBaseInfoByCid(c context.Context, companyId int64) (res m
tycInfo["com_credits_id"] = res["com_credits_id"] tycInfo["com_credits_id"] = res["com_credits_id"]
tycInfo["tyc_select_num"] = "1" tycInfo["tyc_select_num"] = "1"
d.UpdateCompanyBaseInfoForTyc(c,tycInfo) d.UpdateCompanyBaseInfoForTyc(c,tycInfo)
logic.SendMessage(logic.StringTurnInt64(res["legal_mobile_phone"]),"") //屏蔽发送短信 logic.SendMessage(logic.StringTurnInt64(res["legal_mobile_phone"]),"")
} }
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment