|
@@ -343,13 +343,13 @@ public class CheckModuleServiceImpl extends ServiceImpl<CheckModuleMapper, Check
|
|
|
categories.add(initCategory("Q9","有限","enterpriseType","601015","6","1","1"));
|
|
|
|
|
|
|
|
|
- // 机构类型:企业、高校、机构、园区、政府、其他
|
|
|
- categories.add(initCategory("O1","企业","resType","601015","6","1","1"));
|
|
|
- categories.add(initCategory("O2","高校","resType","601015","6","1","1"));
|
|
|
- categories.add(initCategory("O3","机构","resType","601015","6","1","1"));
|
|
|
- categories.add(initCategory("O4","园区","resType","601015","6","1","1"));
|
|
|
- categories.add(initCategory("O5","政府","resType","601015","6","1","1"));
|
|
|
- categories.add(initCategory("O6","其他","resType","601015","6","1","1"));
|
|
|
+ // 机构类型:企业、高校、机构、园区、政府、其他 todo 需要修改parentid。
|
|
|
+ categories.add(initCategory("O1","企业","resType","601016","6","1","1"));
|
|
|
+ categories.add(initCategory("O2","高校","resType","601016","6","1","1"));
|
|
|
+ categories.add(initCategory("O3","机构","resType","601016","6","1","1"));
|
|
|
+ categories.add(initCategory("O4","园区","resType","601016","6","1","1"));
|
|
|
+ categories.add(initCategory("O5","政府","resType","601016","6","1","1"));
|
|
|
+ categories.add(initCategory("O6","其他","resType","601016","6","1","1"));
|
|
|
|
|
|
// 政治面貌:团员、党员、群众
|
|
|
categories.add(initCategory("P1","团员","politicalLandscape","608012","6","1","1"));
|