作者 yangfu

模式统计修改

... ... @@ -66,6 +66,7 @@ func ToCreditAccountItem(param *allied_creation_cooperation.CreditAccount) *Cred
AccountDetail: param.AccountDetail,
Remarks: param.Remarks,
}
data.Participator.UserName = param.Participator.UserInfo.UsersName
data.Participator.UserInfo.UserName = param.Participator.UserInfo.UsersName
data.Participator.UserInfo.UserPhone = param.Participator.UserInfo.Phone
data.Participator.UserType = param.Participator.UserType
... ...