|
@@ -169,7 +169,7 @@ func (this *EntService) EntList(data *userCenter.EntListReq) (int64, string, *us
|
|
|
ComPanyType: common.Int64All(v["comPanyType"]), // 机构性质 1企业 2党政机关事业单位及其他
|
|
|
Name: common.ObjToString(v["name"]), //机构名称
|
|
|
OrganizationType: common.Int64All(v["organizationType"]), //机构类型 1企业 2党政机关事业单位及其他
|
|
|
- Createtime: common.ObjToString(v["createtime"]), //创建时间
|
|
|
+ Createtime: common.ObjToString(v["createTime"]), //创建时间
|
|
|
ValidTime: common.ObjToString(v["validTime"]), //有效截至日期
|
|
|
AuthStatus: common.Int64All(v["authStatus"]), //认证状态
|
|
|
FrozenStatus: common.Int64All(v["frozenStatus"]),
|