Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
a6034e9e
Commit
a6034e9e
authored
Jan 17, 2024
by
wenyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增【CFFP课件培训】模块,并通过权限精细化配置
parent
03cda351
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletions
+9
-1
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerServiceImpl.java
+1
-0
yd-api/src/main/java/com/yd/api/practitioner/vo/QueryCanSeeResponseVO.java
+1
-0
yd-api/src/main/java/com/yd/dal/entity/customer/AclPractitioner.java
+5
-0
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
+2
-1
No files found.
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerServiceImpl.java
View file @
a6034e9e
...
...
@@ -5868,6 +5868,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
AclPractitioner
practitioner
=
aclPractitionerDALService
.
findPractitionerById
(
practitionerId
);
if
(
practitioner
!=
null
)
{
resp
.
setCanSeeYdCollege
(
practitioner
.
getCanSeeYdCollege
());
resp
.
setCffpRoleCode
(
practitioner
.
getCffpRoleCode
());
}
return
resp
;
}
...
...
yd-api/src/main/java/com/yd/api/practitioner/vo/QueryCanSeeResponseVO.java
View file @
a6034e9e
...
...
@@ -7,4 +7,5 @@ import lombok.Data;
public
class
QueryCanSeeResponseVO
{
private
CommonResult
commonResult
;
private
String
canSeeYdCollege
;
private
String
cffpRoleCode
;
}
yd-api/src/main/java/com/yd/dal/entity/customer/AclPractitioner.java
View file @
a6034e9e
...
...
@@ -253,6 +253,11 @@ public class AclPractitioner {
private
String
canSeeYdCollege
;
/**
* cffp角色代码,通过,分割
*/
private
String
cffpRoleCode
;
/**
* 详细地址
*/
private
String
detailAddress
;
...
...
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
View file @
a6034e9e
...
...
@@ -52,6 +52,7 @@
<result
column=
"can_login_dyd"
jdbcType=
"BIGINT"
property=
"canLoginDyd"
/>
<result
column=
"can_see_salary_list"
jdbcType=
"BIGINT"
property=
"canSeeSalaryList"
/>
<result
column=
"can_see_yd_college"
jdbcType=
"VARCHAR"
property=
"canSeeYdCollege"
/>
<result
column=
"cffp_role_code"
jdbcType=
"VARCHAR"
property=
"cffpRoleCode"
/>
<result
column=
"raise_id"
jdbcType=
"BIGINT"
property=
"raiseId"
/>
<result
column=
"s1_id"
jdbcType=
"BIGINT"
property=
"s1Id"
/>
...
...
@@ -69,7 +70,7 @@
province_id, province_name, city_id, city_name, cert_list, bio_intro, bio_intro_two, wechat_id,
qq_id, is_profile_show, is_name_show, is_mobile_show, education_level, graduated_university,
mentor_id,in_mentor_id, introducer_id, gender, contract_oss_path, hiring_basic_info_id, can_login_dyd,
can_see_salary_list,can_see_yd_college,raise_id,s1_id,s2_id,s3_id,email,email_is_active
can_see_salary_list,can_see_yd_college,
cffp_role_code,
raise_id,s1_id,s2_id,s3_id,email,email_is_active
</sql>
<select
id=
"selectByPrimaryKey"
parameterType=
"java.lang.Long"
resultMap=
"BaseResultMap"
>
<!--@mbg.generated-->
...
...
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