浏览代码

fix:修改公司类型字段命名错误

zhangxinlei1996 3 年之前
父节点
当前提交
f4733df481
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/entService.go

+ 1 - 1
service/entService.go

@@ -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"]),  //联系人手机号