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
124095ff
Commit
124095ff
authored
Jan 07, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ag_md_practitioner_hiring_approve_steps表中,加can_aprrove_grade字段,审批的职级
parent
d85c4eac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
yd-api/src/main/resources/mapper/meta/MdPractitionerHiringApproveStepsMapper.xml
+12
-12
No files found.
yd-api/src/main/resources/mapper/meta/MdPractitionerHiringApproveStepsMapper.xml
View file @
124095ff
...
...
@@ -9,7 +9,7 @@
<result
column=
"approve_role"
jdbcType=
"VARCHAR"
property=
"approveRole"
/>
<result
column=
"appointed_approve_practitioners"
jdbcType=
"VARCHAR"
property=
"appointedApprovePractitioners"
/>
<result
column=
"step_seq"
jdbcType=
"INTEGER"
property=
"stepSeq"
/>
<result
column=
"can_aprrove_grade"
jdbcType=
"VARCHAR"
property=
"c
eo
AprroveGrade"
/>
<result
column=
"can_aprrove_grade"
jdbcType=
"VARCHAR"
property=
"c
an
AprroveGrade"
/>
<result
column=
"is_active"
jdbcType=
"INTEGER"
property=
"isActive"
/>
<result
column=
"created_at"
jdbcType=
"TIMESTAMP"
property=
"createdAt"
/>
<result
column=
"created_by"
jdbcType=
"BIGINT"
property=
"createdBy"
/>
...
...
@@ -40,7 +40,7 @@
created_at, created_by, updated_at,
updated_by)
values (#{stepName,jdbcType=VARCHAR}, #{approveRole,jdbcType=VARCHAR}, #{appointedApprovePractitioners,jdbcType=VARCHAR},
#{stepSeq,jdbcType=INTEGER}, #{c
eo
AprroveGrade,jdbcType=VARCHAR}, #{isActive,jdbcType=INTEGER},
#{stepSeq,jdbcType=INTEGER}, #{c
an
AprroveGrade,jdbcType=VARCHAR}, #{isActive,jdbcType=INTEGER},
#{createdAt,jdbcType=TIMESTAMP}, #{createdBy,jdbcType=BIGINT}, #{updatedAt,jdbcType=TIMESTAMP},
#{updatedBy,jdbcType=BIGINT})
</insert>
...
...
@@ -60,7 +60,7 @@
<if
test=
"stepSeq != null"
>
step_seq,
</if>
<if
test=
"c
eo
AprroveGrade != null"
>
<if
test=
"c
an
AprroveGrade != null"
>
can_aprrove_grade,
</if>
<if
test=
"isActive != null"
>
...
...
@@ -92,8 +92,8 @@
<if
test=
"stepSeq != null"
>
#{stepSeq,jdbcType=INTEGER},
</if>
<if
test=
"c
eo
AprroveGrade != null"
>
#{c
eo
AprroveGrade,jdbcType=VARCHAR},
<if
test=
"c
an
AprroveGrade != null"
>
#{c
an
AprroveGrade,jdbcType=VARCHAR},
</if>
<if
test=
"isActive != null"
>
#{isActive,jdbcType=INTEGER},
...
...
@@ -128,8 +128,8 @@
<if
test=
"stepSeq != null"
>
step_seq = #{stepSeq,jdbcType=INTEGER},
</if>
<if
test=
"c
eo
AprroveGrade != null"
>
can_aprrove_grade = #{c
eo
AprroveGrade,jdbcType=VARCHAR},
<if
test=
"c
an
AprroveGrade != null"
>
can_aprrove_grade = #{c
an
AprroveGrade,jdbcType=VARCHAR},
</if>
<if
test=
"isActive != null"
>
is_active = #{isActive,jdbcType=INTEGER},
...
...
@@ -156,7 +156,7 @@
approve_role = #{approveRole,jdbcType=VARCHAR},
appointed_approve_practitioners = #{appointedApprovePractitioners,jdbcType=VARCHAR},
step_seq = #{stepSeq,jdbcType=INTEGER},
can_aprrove_grade = #{c
eo
AprroveGrade,jdbcType=VARCHAR},
can_aprrove_grade = #{c
an
AprroveGrade,jdbcType=VARCHAR},
is_active = #{isActive,jdbcType=INTEGER},
created_at = #{createdAt,jdbcType=TIMESTAMP},
created_by = #{createdBy,jdbcType=BIGINT},
...
...
@@ -190,7 +190,7 @@
</trim>
<trim
prefix=
"can_aprrove_grade = case"
suffix=
"end,"
>
<foreach
collection=
"list"
index=
"index"
item=
"item"
>
when id = #{item.id,jdbcType=BIGINT} then #{item.c
eo
AprroveGrade,jdbcType=VARCHAR}
when id = #{item.id,jdbcType=BIGINT} then #{item.c
an
AprroveGrade,jdbcType=VARCHAR}
</foreach>
</trim>
<trim
prefix=
"is_active = case"
suffix=
"end,"
>
...
...
@@ -258,8 +258,8 @@
</trim>
<trim
prefix=
"can_aprrove_grade = case"
suffix=
"end,"
>
<foreach
collection=
"list"
index=
"index"
item=
"item"
>
<if
test=
"item.c
eo
AprroveGrade != null"
>
when id = #{item.id,jdbcType=BIGINT} then #{item.c
eo
AprroveGrade,jdbcType=VARCHAR}
<if
test=
"item.c
an
AprroveGrade != null"
>
when id = #{item.id,jdbcType=BIGINT} then #{item.c
an
AprroveGrade,jdbcType=VARCHAR}
</if>
</foreach>
</trim>
...
...
@@ -312,7 +312,7 @@
values
<foreach
collection=
"list"
item=
"item"
separator=
","
>
(#{item.stepName,jdbcType=VARCHAR}, #{item.approveRole,jdbcType=VARCHAR}, #{item.appointedApprovePractitioners,jdbcType=VARCHAR},
#{item.stepSeq,jdbcType=INTEGER}, #{item.c
eo
AprroveGrade,jdbcType=VARCHAR}, #{item.isActive,jdbcType=INTEGER},
#{item.stepSeq,jdbcType=INTEGER}, #{item.c
an
AprroveGrade,jdbcType=VARCHAR}, #{item.isActive,jdbcType=INTEGER},
#{item.createdAt,jdbcType=TIMESTAMP}, #{item.createdBy,jdbcType=BIGINT}, #{item.updatedAt,jdbcType=TIMESTAMP},
#{item.updatedBy,jdbcType=BIGINT})
</foreach>
...
...
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