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
e27cefcf
Commit
e27cefcf
authored
Jan 18, 2023
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
B端调优 1.4 &代发户
parent
68874d21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
TEmployeeProjectMapper.java
.../plus/v1/yifu/archives/mapper/TEmployeeProjectMapper.java
+0
-1
TEmployeeProjectMapper.xml
...-biz/src/main/resources/mapper/TEmployeeProjectMapper.xml
+0
-9
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/mapper/TEmployeeProjectMapper.java
View file @
e27cefcf
...
...
@@ -112,5 +112,4 @@ public interface TEmployeeProjectMapper extends BaseMapper<TEmployeeProject> {
List
<
BusinessEmployeeExtentExcelVO
>
getTEmployeeBusinessList
(
@Param
(
"query"
)
THroBusinessUserQuery
query
);
int
updateSocialAndFundStatusById
(
@Param
(
"project"
)
TEmployeeProject
project
);
int
updateSocialAndFundStatusById
(
@Param
(
"project"
)
TEmployeeProject
project
);
}
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmployeeProjectMapper.xml
View file @
e27cefcf
...
...
@@ -874,15 +874,6 @@
where e.CONTRACT_STATUS != 2 and c.CONTRACT_END
<![CDATA[ < ]]>
DATE_FORMAT(curdate(),"%Y-%m-%d")
</update>
<update
id=
"updateSocialAndFundStatusById"
>
update t_employee_project a
<trim
prefix=
"set"
suffixOverrides=
","
>
<if
test=
"project.id != null"
>
a.id=a.id,
</if>
<if
test=
"project.socialStatus != null"
>
SOCIAL_STATUS=#{project.socialStatus},
</if>
<if
test=
"project.fundStatus != null"
>
FUND_STATUS=#{project.fundStatus},
</if>
</trim>
WHERE a.id=#{project.id}
</update>
<resultMap
id=
"businessEmployeeExtendListVO"
type=
"com.yifu.cloud.plus.v1.yifu.archives.vo.BusinessEmployeeExtendListVO"
>
</resultMap>
<select
id=
"getTEmployeeBusinessPage"
resultMap=
"businessEmployeeExtendListVO"
>
...
...
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