This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
employ-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
1、个人中心基础数据获取失败修复
master
Aug
2 weeks ago
parent
ad66cea837
commit
0fcd6b6a4f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/UserInfoServiceImpl.java
+ 4
- 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/UserInfoServiceImpl.java
View File
@ -354,6 +354,10 @@ public class UserInfoServiceImpl implements UserInfoService {
.
eq
(
EmployResume
:
:
getUserId
,
userId
)
.
one
(
)
;
if
(
null
=
=
resume
)
{
return
0
;
}
/
/
2
、
根据我简历id查询简历被查看记录
List
<
EmployCheckResume
>
checkResumeList
=
employCheckResumeService
.
lambdaQuery
(
)
Write
Preview
Loading…
Cancel
Save