|
@@ -317,6 +317,7 @@ func Apply(userId int, companyId int64, mobile, email string, applyInfo userReq.
|
|
CompanyNamePay: companyName,
|
|
CompanyNamePay: companyName,
|
|
CreateTime: time.Now(),
|
|
CreateTime: time.Now(),
|
|
Source: applyInfo.Source,
|
|
Source: applyInfo.Source,
|
|
|
|
+ SourceAgent: applyInfo.SourceAgent,
|
|
}
|
|
}
|
|
err = ybApplyRecord.Create()
|
|
err = ybApplyRecord.Create()
|
|
if err != nil {
|
|
if err != nil {
|