master
huanghai 5 years ago
parent 735cd5ebac
commit b77f09b172

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

Loading…
Cancel
Save