Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjxcxServer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
zjxcxServer
Commits
a698f931
Commit
a698f931
authored
Feb 17, 2023
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a5f26544
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
base.ts
src/biz/fuHuqQi/base.ts
+6
-6
No files found.
src/biz/fuHuqQi/base.ts
View file @
a698f931
...
@@ -190,9 +190,9 @@ export async function fuHuaQiBaseList(lv:number, institutionalNature:number, ind
...
@@ -190,9 +190,9 @@ export async function fuHuaQiBaseList(lv:number, institutionalNature:number, ind
changeData
.
foundingTeamStr
=
"无"
;
changeData
.
foundingTeamStr
=
"无"
;
if
(
changeData
.
foundingTeam
&&
changeData
.
foundingTeam
.
length
)
{
if
(
changeData
.
foundingTeam
&&
changeData
.
foundingTeam
.
length
)
{
changeData
.
foundingTeam
.
forEach
(
item
=>
{
changeData
.
foundingTeam
.
forEach
(
item
=>
{
item
.
type
=
changeData
(
TEAM
,
item
.
type
);
//人才类型
item
.
type
=
tools
.
changeEnumValue
(
TEAM
,
item
.
type
);
//人才类型
item
.
memberSex
=
changeData
(
SEX
,
item
.
memberSex
);
//成员性别
item
.
memberSex
=
tools
.
changeEnumValue
(
SEX
,
item
.
memberSex
);
//成员性别
item
.
memberDEGREE
=
changeData
(
DEGREE
,
item
.
memberDEGREE
);
//成员最高学历
item
.
memberDEGREE
=
tools
.
changeEnumValue
(
DEGREE
,
item
.
memberDEGREE
);
//成员最高学历
/* 这里兼容了一下,团队类型数据库里存到了每一个人的信息里 以防后续要修改 */
/* 这里兼容了一下,团队类型数据库里存到了每一个人的信息里 以防后续要修改 */
changeData
.
foundingTeamStr
=
item
.
type
;
changeData
.
foundingTeamStr
=
item
.
type
;
});
});
...
@@ -248,9 +248,9 @@ export async function outPutFuHuaQiBaseData(lv:number, institutionalNature:numbe
...
@@ -248,9 +248,9 @@ export async function outPutFuHuaQiBaseData(lv:number, institutionalNature:numbe
if
(
changeData
.
foundingTeam
&&
changeData
.
foundingTeam
.
length
)
{
if
(
changeData
.
foundingTeam
&&
changeData
.
foundingTeam
.
length
)
{
changeData
.
foundingTeam
.
forEach
(
item
=>
{
changeData
.
foundingTeam
.
forEach
(
item
=>
{
item
.
type
=
changeData
(
TEAM
,
item
.
type
);
//人才类型
item
.
type
=
tools
.
changeEnumValue
(
TEAM
,
item
.
type
);
//人才类型
item
.
memberSex
=
changeData
(
SEX
,
item
.
memberSex
);
//成员性别
item
.
memberSex
=
tools
.
changeEnumValue
(
SEX
,
item
.
memberSex
);
//成员性别
item
.
memberDEGREE
=
changeData
(
DEGREE
,
item
.
memberDEGREE
);
//成员最高学历
item
.
memberDEGREE
=
tools
.
changeEnumValue
(
DEGREE
,
item
.
memberDEGREE
);
//成员最高学历
});
});
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment