|
@@ -204,7 +204,7 @@ func (this *EntService) ExamineList(data *userCenter.ExamineListReq) (int64, str
|
|
|
list = append(list, &userCenter.ExamineList{
|
|
|
Id: common.Int64All(v["id"]),
|
|
|
EntId: common.Int64All(v["entId"]),
|
|
|
- ComPanyType: common.Int64All(v["companyType"]), // 机构性质 1企业 2党政机关事业单位及其他
|
|
|
+ ComPanyType: common.Int64All(v["comPanyType"]), // 机构性质 1企业 2党政机关事业单位及其他
|
|
|
Name: common.ObjToString(v["name"]), //机构名称
|
|
|
CreditCode: common.ObjToString(v["creditCode"]), //统一社会信用代码
|
|
|
AuthPhone: common.ObjToString(v["authPhone"]), //联系人手机号
|