|
|
|
@ -90,7 +90,7 @@ func WriteLoginLog(identityId string, personId string, ip string, loginState int
|
|
|
|
|
var tLog models.TSysLoginpersonLog
|
|
|
|
|
tLog.BureauId = list[0]["bureau_id"].(string)
|
|
|
|
|
tLog.IdentityId = CommonUtil.ConvertStringToInt32(identityId)
|
|
|
|
|
tLog.PersonId=list[0]["person_id"].(string)
|
|
|
|
|
tLog.PersonId = personId
|
|
|
|
|
tLog.ProvinceCode = list[0]["province_code"].(string)
|
|
|
|
|
tLog.CityCode = list[0]["city_code"].(string)
|
|
|
|
|
tLog.DistrictCode = list[0]["district_code"].(string)
|
|
|
|
|