Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
8a329d27
Commit
8a329d27
authored
Jun 07, 2024
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企微托管账号
parent
b631af05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
OpenStaffMapper.xml
...ge3-service/src/main/resources/mapper/OpenStaffMapper.xml
+2
-1
No files found.
haoban-manage3-service/src/main/resources/mapper/OpenStaffMapper.xml
View file @
8a329d27
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
</insert>
</insert>
<update
id=
"update"
parameterType=
"com.gic.haoban.manage.service.entity.TabOpenStaff"
>
<update
id=
"update"
parameterType=
"com.gic.haoban.manage.service.entity.TabOpenStaff"
>
update tab_haoban_open_staff set uuid = #{uuid} ,
update_time=now(),
update tab_haoban_open_staff set uuid = #{uuid} ,
status_flag=#{statusFlag,jdbcType=INTEGER},
status_flag=#{statusFlag,jdbcType=INTEGER},
step=#{step,jdbcType=INTEGER},
step=#{step,jdbcType=INTEGER},
qw_user_id=#{qwUserId,jdbcType=BIGINT},
qw_user_id=#{qwUserId,jdbcType=BIGINT},
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
<if
test=
"null != firstAuthTime"
>
<if
test=
"null != firstAuthTime"
>
first_auth_time=#{firstAuthTime} ,
first_auth_time=#{firstAuthTime} ,
</if>
</if>
update_time=now()
where open_staff_id = #{openStaffId}
where open_staff_id = #{openStaffId}
</update>
</update>
<update
id=
"updateValiFlag"
>
<update
id=
"updateValiFlag"
>
...
...
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