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
8b928c13
Commit
8b928c13
authored
Nov 16, 2022
by
huyuchen
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
03ef3775
4921cdb1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
10 deletions
+1
-10
TEmployeeInfoServiceImpl.java
.../yifu/archives/service/impl/TEmployeeInfoServiceImpl.java
+1
-1
TDispatchInfoMapper.xml
...ial-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
+0
-9
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeInfoServiceImpl.java
View file @
8b928c13
...
@@ -1846,7 +1846,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
...
@@ -1846,7 +1846,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
}
}
}
}
// 判断空值
// 判断空值
this
.
judgeNull
(
errorMsg
,
saveEmp
);
//
this.judgeNull(errorMsg, saveEmp);
// 更新时,不需要更新其余信息
// 更新时,不需要更新其余信息
newOld
=
new
EmployeeNewOldVO
();
newOld
=
new
EmployeeNewOldVO
();
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
View file @
8b928c13
...
@@ -542,9 +542,6 @@
...
@@ -542,9 +542,6 @@
a.SOCIAL_HOUSEHOLD_NAME,
a.SOCIAL_HOUSEHOLD_NAME,
a.PROVIDENT_HOUSEHOLD_NAME
a.PROVIDENT_HOUSEHOLD_NAME
FROM t_dispatch_info a
FROM t_dispatch_info a
<if
test=
"tDispatchInfo.authSql != null and tDispatchInfo.authSql.trim() != ''"
>
left join t_socialfund_house_res p on p.USER_ID = #{tDispatchInfo.createBy}
</if>
<where>
<where>
1=1
1=1
<include
refid=
"tDispatchInfo_where"
/>
<include
refid=
"tDispatchInfo_where"
/>
...
@@ -865,9 +862,6 @@
...
@@ -865,9 +862,6 @@
</select>
</select>
<sql
id=
"where_getSocialRecordRoster"
>
<sql
id=
"where_getSocialRecordRoster"
>
FROM t_dispatch_info a
FROM t_dispatch_info a
<if
test=
"tDispatchInfo.authSql != null and tDispatchInfo.authSql.trim() != ''"
>
left join t_socialfund_house_res p on p.USER_ID = #{tDispatchInfo.createBy}
</if>
left join t_social_info s on a.SOCIAL_ID = s.id
left join t_social_info s on a.SOCIAL_ID = s.id
<where>
<where>
s.DELETE_FLAG = 0
s.DELETE_FLAG = 0
...
@@ -979,9 +973,6 @@
...
@@ -979,9 +973,6 @@
<sql
id=
"where_getFundRecord"
>
<sql
id=
"where_getFundRecord"
>
FROM t_dispatch_info a
FROM t_dispatch_info a
<if
test=
"tDispatchInfo.authSql != null and tDispatchInfo.authSql.trim() != ''"
>
left join t_socialfund_house_res p on p.USER_ID = #{tDispatchInfo.createBy}
</if>
left join t_provident_fund f on a.FUND_ID = f.id
left join t_provident_fund f on a.FUND_ID = f.id
<where>
<where>
a.DELETE_FLAG = 0
a.DELETE_FLAG = 0
...
...
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