记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
286ab48c
Commit
286ab48c
authored
Mar 30, 2022
by
GaoHu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exit 修改user state=0
parent
0ebf6068
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
SmileUserMapper.xml
...es/com/liquidnet/service/smile/mapper/SmileUserMapper.xml
+3
-2
No files found.
liquidnet-bus-do/liquidnet-service-smile-do/src/main/resources/com/liquidnet/service/smile/mapper/SmileUserMapper.xml
View file @
286ab48c
...
@@ -115,7 +115,8 @@
...
@@ -115,7 +115,8 @@
set org_id = #{orgId},
set org_id = #{orgId},
type = #{type},
type = #{type},
agent = 1,
agent = 1,
agent_id = #{agentId}
agent_id = #{agentId},
`state` = 0
where uid = #{uid}
where uid = #{uid}
</update>
</update>
...
@@ -126,7 +127,7 @@
...
@@ -126,7 +127,7 @@
</update>
</update>
<update
id=
"updateUserCheckByUid"
>
<update
id=
"updateUserCheckByUid"
>
update smile_user set `type` = #{type},error_reason = #{reason}
update smile_user set `type` = #{type},error_reason = #{reason}
,`state` = 0
where uid = #{uid}
where uid = #{uid}
</update>
</update>
...
...
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