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
6979ed08
Commit
6979ed08
authored
Mar 04, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.7' into MVP1.7.7
parents
7cb0cfff
f11b4cb0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
9 deletions
+41
-9
TEmployeeInfoServiceImpl.java
.../yifu/archives/service/impl/TEmployeeInfoServiceImpl.java
+3
-0
ClientNameConstants.java
...lus/v1/yifu/common/core/constant/ClientNameConstants.java
+5
-0
TPaymentInfoServiceImpl.java
.../v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
+28
-4
SysDeptServiceImpl.java
...d/plus/v1/yifu/admin/service/impl/SysDeptServiceImpl.java
+2
-2
SysUserDeptPermissionServiceImpl.java
.../admin/service/impl/SysUserDeptPermissionServiceImpl.java
+3
-3
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeInfoServiceImpl.java
View file @
6979ed08
...
@@ -3461,6 +3461,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
...
@@ -3461,6 +3461,9 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
break
;
break
;
}
}
}
}
if
(
isNum
&&
shuValue
.
length
()
!=
4
){
errorFormat
.
append
(
attr
.
name
()).
append
(
"_不符合年份格式;"
);
}
if
(
isNum
&&
shuValue
.
length
()
==
4
&&
(
Integer
.
parseInt
(
shuValue
)
>
DateUtil
.
getYearOfInt
(
new
Date
()))){
if
(
isNum
&&
shuValue
.
length
()
==
4
&&
(
Integer
.
parseInt
(
shuValue
)
>
DateUtil
.
getYearOfInt
(
new
Date
()))){
errorFormat
.
append
(
attr
.
name
()).
append
(
"_不可为未来年份;"
);
errorFormat
.
append
(
attr
.
name
()).
append
(
"_不可为未来年份;"
);
}
}
...
...
yifu-common/yifu-common-core/src/main/java/com/yifu/cloud/plus/v1/yifu/common/core/constant/ClientNameConstants.java
View file @
6979ed08
...
@@ -15,4 +15,9 @@ public interface ClientNameConstants {
...
@@ -15,4 +15,9 @@ public interface ClientNameConstants {
* MVP
* MVP
*/
*/
String
CLIENT_B
=
"hrCustomer"
;
String
CLIENT_B
=
"hrCustomer"
;
/**
* csp
*/
String
CLIENT_CSP
=
"yifu-csp"
;
}
}
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
View file @
6979ed08
...
@@ -5252,22 +5252,46 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -5252,22 +5252,46 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
**/
**/
@Override
@Override
public
R
<
Integer
>
listSumExportCheck
(
HttpServletResponse
response
,
TPaymentInfoSearchVo
searchVo
){
public
R
<
Integer
>
listSumExportCheck
(
HttpServletResponse
response
,
TPaymentInfoSearchVo
searchVo
){
if
(
Common
.
isEmpty
(
searchVo
.
getEmpIdcard
())
boolean
flag
=
Common
.
isEmpty
(
searchVo
.
getEmpIdcard
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialSecurityNo
())
&&
Common
.
isEmpty
(
searchVo
.
getUnitName
())
&&
Common
.
isEmpty
(
searchVo
.
getUnitName
())
&&
Common
.
isEmpty
(
searchVo
.
getSettleDomainName
())
&&
Common
.
isEmpty
(
searchVo
.
getSettleDomainName
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialCreateMonth
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialCreateMonth
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialPayMonth
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialPayMonth
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialProvince
())
&&
Common
.
isEmpty
(
searchVo
.
getSocialProvince
())
&&
Common
.
isEmpty
(
searchVo
.
getSecondIndicatorBelong
())){
&&
Common
.
isEmpty
(
searchVo
.
getCreateName
())
&&
null
==
searchVo
.
getCreateTimeEnd
()
&&
Common
.
isEmpty
(
searchVo
.
getSecondIndicatorBelong
())
&&
Common
.
isEmpty
(
searchVo
.
getPushStatus
())
&&
Common
.
isEmpty
(
searchVo
.
getLockStatus
());
// 单独处理户数据查询
if
(
false
&&
Common
.
isEmpty
(
searchVo
.
getSocialProvince
())){
// 只有社保户
// 只有社保户
if
(
Common
.
isNotNull
(
searchVo
.
getSocialHousehold
())){
if
(
Common
.
isNotNull
(
searchVo
.
getSocialHousehold
())
&&
!
Common
.
isNotNull
(
searchVo
.
getProvidentHousehold
())){
//特殊处理皖信户
if
(
"安徽皖信人力资源管理有限公司"
.
equals
(
searchVo
.
getSocialHousehold
())){
return
R
.
ok
(
20001
);
}
return
R
.
ok
(
baseMapper
.
selectCountPaymentSearchInfoSocialByLimit
(
searchVo
));
return
R
.
ok
(
baseMapper
.
selectCountPaymentSearchInfoSocialByLimit
(
searchVo
));
}
}
//只有公积金户
//只有公积金户
if
(
Common
.
isNotNull
(
searchVo
.
getProvidentHousehold
())){
if
(
Common
.
isNotNull
(
searchVo
.
getProvidentHousehold
())
&&
!
Common
.
isNotNull
(
searchVo
.
getSocialHousehold
())){
//特殊处理皖信户
if
(
"安徽皖信人力资源管理有限公司"
.
equals
(
searchVo
.
getProvidentHousehold
())){
return
R
.
ok
(
20001
);
}
return
R
.
ok
(
baseMapper
.
selectCountPaymentSearchInfoSocialByLimit
(
searchVo
));
return
R
.
ok
(
baseMapper
.
selectCountPaymentSearchInfoSocialByLimit
(
searchVo
));
}
}
}
}
// 单独处理区域数据
if
(
false
&&
Common
.
isEmpty
(
searchVo
.
getSocialHousehold
())
&&
Common
.
isEmpty
(
searchVo
.
getProvidentHousehold
())
&&
!
Common
.
isEmpty
(
searchVo
.
getSocialProvince
())){
if
((
Common
.
isEmpty
(
searchVo
.
getSocialCity
())
&&
"12"
.
equals
(
searchVo
.
getSocialProvince
()))
||(
Common
.
isEmpty
(
searchVo
.
getSocialTown
())
&&
"135"
.
equals
(
searchVo
.
getSocialProvince
()))){
return
R
.
ok
(
20001
);
}
}
return
R
.
ok
(
baseMapper
.
selectCountSumPaymentInfo
(
searchVo
));
return
R
.
ok
(
baseMapper
.
selectCountSumPaymentInfo
(
searchVo
));
}
}
/**
/**
...
...
yifu-upms/yifu-upms-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/admin/service/impl/SysDeptServiceImpl.java
View file @
6979ed08
...
@@ -37,6 +37,7 @@ import com.yifu.cloud.plus.v1.yifu.admin.mapper.SysDeptMapper;
...
@@ -37,6 +37,7 @@ import com.yifu.cloud.plus.v1.yifu.admin.mapper.SysDeptMapper;
import
com.yifu.cloud.plus.v1.yifu.admin.mapper.SysUserMapper
;
import
com.yifu.cloud.plus.v1.yifu.admin.mapper.SysUserMapper
;
import
com.yifu.cloud.plus.v1.yifu.admin.service.SysDeptRelationService
;
import
com.yifu.cloud.plus.v1.yifu.admin.service.SysDeptRelationService
;
import
com.yifu.cloud.plus.v1.yifu.admin.service.SysDeptService
;
import
com.yifu.cloud.plus.v1.yifu.admin.service.SysDeptService
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ClientNameConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.Common
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.Common
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.R
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.R
;
...
@@ -504,8 +505,7 @@ public class SysDeptServiceImpl extends ServiceImpl<SysDeptMapper, SysDept> impl
...
@@ -504,8 +505,7 @@ public class SysDeptServiceImpl extends ServiceImpl<SysDeptMapper, SysDept> impl
dept
.
setAncestors
(
info
.
getAncestors
()
+
","
+
dept
.
getParentId
());
dept
.
setAncestors
(
info
.
getAncestors
()
+
","
+
dept
.
getParentId
());
}
}
}
}
// todo 去常量
dept
.
setClient
(
ClientNameConstants
.
CLIENT_CSP
);
dept
.
setClient
(
"yifu-csp"
);
this
.
save
(
dept
);
this
.
save
(
dept
);
return
R
.
ok
(
"创建成功"
);
return
R
.
ok
(
"创建成功"
);
}
}
...
...
yifu-upms/yifu-upms-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/admin/service/impl/SysUserDeptPermissionServiceImpl.java
View file @
6979ed08
...
@@ -30,6 +30,7 @@ import com.yifu.cloud.plus.v1.yifu.admin.mapper.SysUserDeptPermissionMapper;
...
@@ -30,6 +30,7 @@ import com.yifu.cloud.plus.v1.yifu.admin.mapper.SysUserDeptPermissionMapper;
import
com.yifu.cloud.plus.v1.yifu.admin.mapper.SysUserMapper
;
import
com.yifu.cloud.plus.v1.yifu.admin.mapper.SysUserMapper
;
import
com.yifu.cloud.plus.v1.yifu.admin.service.SysUserDeptPermissionService
;
import
com.yifu.cloud.plus.v1.yifu.admin.service.SysUserDeptPermissionService
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.CacheConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.CacheConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.ClientNameConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.constant.CommonConstants
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.Common
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.Common
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.R
;
import
com.yifu.cloud.plus.v1.yifu.common.core.util.R
;
...
@@ -156,8 +157,7 @@ public class SysUserDeptPermissionServiceImpl extends ServiceImpl<SysUserDeptPer
...
@@ -156,8 +157,7 @@ public class SysUserDeptPermissionServiceImpl extends ServiceImpl<SysUserDeptPer
}
}
// 更新用户数据权限
// 更新用户数据权限
// todo 去常量
sysUserDeptPermission
.
setClient
(
ClientNameConstants
.
CLIENT_CSP
);
sysUserDeptPermission
.
setClient
(
"yifu-csp"
);
sysUserDeptPermission
.
setPermissionsType
(
CommonConstants
.
TWO_STRING
);
sysUserDeptPermission
.
setPermissionsType
(
CommonConstants
.
TWO_STRING
);
baseMapper
.
insert
(
sysUserDeptPermission
);
baseMapper
.
insert
(
sysUserDeptPermission
);
redisUtil
.
remove
(
CacheConstants
.
USER_DETAILS
+
"::"
+
userInfo
.
getUsername
());
redisUtil
.
remove
(
CacheConstants
.
USER_DETAILS
+
"::"
+
userInfo
.
getUsername
());
...
@@ -316,7 +316,7 @@ public class SysUserDeptPermissionServiceImpl extends ServiceImpl<SysUserDeptPer
...
@@ -316,7 +316,7 @@ public class SysUserDeptPermissionServiceImpl extends ServiceImpl<SysUserDeptPer
SysUserDeptPermission
permission
=
new
SysUserDeptPermission
();
SysUserDeptPermission
permission
=
new
SysUserDeptPermission
();
permission
.
setDeptId
(
entity
.
getDeptId
());
permission
.
setDeptId
(
entity
.
getDeptId
());
permission
.
setUserId
(
user
.
getUserId
());
permission
.
setUserId
(
user
.
getUserId
());
permission
.
setClient
(
"yifu-csp"
);
permission
.
setClient
(
ClientNameConstants
.
CLIENT_CSP
);
permission
.
setProjectName
(
entity
.
getProjectName
());
permission
.
setProjectName
(
entity
.
getProjectName
());
permission
.
setProjectNo
(
entity
.
getProjectNo
());
permission
.
setProjectNo
(
entity
.
getProjectNo
());
permission
.
setUserType
(
entity
.
getUserType
());
permission
.
setUserType
(
entity
.
getUserType
());
...
...
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