Răsfoiți Sursa

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

zhangxinlei1996 3 ani în urmă
părinte
comite
f4733df481
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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"]),  //联系人手机号