Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
fangxinjiang
yifu-mvp
Commits
7efe79b4
Commit
7efe79b4
authored
Jun 03, 2024
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目档案无岗位更新岗位fxj 2024-04-17
parent
5c22143a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
EkpSocialInfo.java
...java/com/yifu/cloud/plus/v1/ekp/entity/EkpSocialInfo.java
+9
-0
EkpSocialInfoServiceImpl.java
...ud/plus/v1/ekp/service/impl/EkpSocialInfoServiceImpl.java
+2
-2
No files found.
yifu-ekp/yifu-ekp-api/src/main/java/com/yifu/cloud/plus/v1/ekp/entity/EkpSocialInfo.java
View file @
7efe79b4
...
...
@@ -39,6 +39,15 @@ public class EkpSocialInfo {
@Schema
(
description
=
"项目名称"
)
private
String
fd_3adfe8c8468e54
;
/**
* 项目编码-原
**/
private
String
fd_3cfe2da7e35daa
;
/**
* 项目名称-原
**/
private
String
fd_3cfe2db5015d6e
;
@Schema
(
description
=
"单号"
)
private
String
fd_3adfe95c169c48
;
...
...
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/EkpSocialInfoServiceImpl.java
View file @
7efe79b4
...
...
@@ -262,9 +262,9 @@ public class EkpSocialInfoServiceImpl extends ServiceImpl<EkpSocialInfoMapper, E
//项目名称
socialInfo
.
setFd_3adfe8c8468e54
(
socialParam
.
getFd_3adfe8c8468e54
());
//项目编码-原 fxj 20240527 add
social
Param
.
setFd_3cfe2da7e35daa
(
socialParam
.
getFd_3adfe8c70d3fd4
());
social
Info
.
setFd_3cfe2da7e35daa
(
socialParam
.
getFd_3adfe8c70d3fd4
());
//项目名称-原 fxj 20240527 add
social
Param
.
setFd_3cfe2db5015d6e
(
socialParam
.
getFd_3adfe8c8468e54
());
social
Info
.
setFd_3cfe2db5015d6e
(
socialParam
.
getFd_3adfe8c8468e54
());
//单号
socialInfo
.
setFd_3adfe95c169c48
(
socialParam
.
getFd_3adfe95c169c48
());
//客户编码
...
...
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