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
8f4ca9aa
Commit
8f4ca9aa
authored
Feb 02, 2023
by
jinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql修改
parent
af78763c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
StaffMapper.xml
...manage3-service/src/main/resources/mapper/StaffMapper.xml
+1
-1
WxEnterpriseActiveDataServiceTest.java
...vice/src/test/java/WxEnterpriseActiveDataServiceTest.java
+2
-2
No files found.
haoban-manage3-service/src/main/resources/mapper/StaffMapper.xml
View file @
8f4ca9aa
...
@@ -616,7 +616,7 @@
...
@@ -616,7 +616,7 @@
active_time = #{activeTime},
active_time = #{activeTime},
expire_time = #{expireTime},
expire_time = #{expireTime},
active_code = #{activeCode},
active_code = #{activeCode},
active_status = #{activeStatus}
,
active_status = #{activeStatus}
where wx_open_user_id = #{wxOpenUseId}
where wx_open_user_id = #{wxOpenUseId}
</update>
</update>
...
...
haoban-manage3-service/src/test/java/WxEnterpriseActiveDataServiceTest.java
View file @
8f4ca9aa
...
@@ -35,8 +35,8 @@ public class WxEnterpriseActiveDataServiceTest {
...
@@ -35,8 +35,8 @@ public class WxEnterpriseActiveDataServiceTest {
public
void
test1
(){
public
void
test1
(){
List
<
TransferActiveCodeQDTO
>
transferActiveCodeQOList
=
new
ArrayList
<>();
List
<
TransferActiveCodeQDTO
>
transferActiveCodeQOList
=
new
ArrayList
<>();
TransferActiveCodeQDTO
transferActiveCodeQDTO
=
new
TransferActiveCodeQDTO
();
TransferActiveCodeQDTO
transferActiveCodeQDTO
=
new
TransferActiveCodeQDTO
();
transferActiveCodeQDTO
.
setHandover_userid
(
"wo59NLDQAA
D_2Dpx951BGjVRLSAdhjcA
"
);
transferActiveCodeQDTO
.
setHandover_userid
(
"wo59NLDQAA
pF0TAIJkdCZjESTGq-fuEQ
"
);
transferActiveCodeQDTO
.
setTakeover_userid
(
"wo59NLDQAA
-mkaCEYRl6Lj0ifFurH1PQ
"
);
transferActiveCodeQDTO
.
setTakeover_userid
(
"wo59NLDQAA
U-YMhwQgyKgR3sNGj4cpZA
"
);
transferActiveCodeQOList
.
add
(
transferActiveCodeQDTO
);
transferActiveCodeQOList
.
add
(
transferActiveCodeQDTO
);
ServiceResponse
<
Integer
>
integerServiceResponse
=
staffApiService
.
batchTransferLicense
(
transferActiveCodeQOList
,
"ca66a01b79474c40b3e7c7f93daf1a3b"
);
ServiceResponse
<
Integer
>
integerServiceResponse
=
staffApiService
.
batchTransferLicense
(
transferActiveCodeQOList
,
"ca66a01b79474c40b3e7c7f93daf1a3b"
);
}
}
...
...
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