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
1ec97747
Commit
1ec97747
authored
Sep 29, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
e941e673
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
HmPageServiceTest.java
haoban-manage3-service/src/test/java/HmPageServiceTest.java
+0
-16
No files found.
haoban-manage3-service/src/test/java/HmPageServiceTest.java
View file @
1ec97747
...
@@ -19,7 +19,6 @@ import com.gic.haoban.manage.api.dto.hm.HmWelcomeRelationDTO;
...
@@ -19,7 +19,6 @@ import com.gic.haoban.manage.api.dto.hm.HmWelcomeRelationDTO;
import
com.gic.haoban.manage.api.dto.qdto.hm.HmPageRelationQDTO
;
import
com.gic.haoban.manage.api.dto.qdto.hm.HmPageRelationQDTO
;
import
com.gic.haoban.manage.api.dto.welcome.qdto.QueryWelcomeRelationQDTO
;
import
com.gic.haoban.manage.api.dto.welcome.qdto.QueryWelcomeRelationQDTO
;
import
com.gic.haoban.manage.api.enums.hm.HmWelcomeReferType
;
import
com.gic.haoban.manage.api.enums.hm.HmWelcomeReferType
;
import
com.gic.haoban.manage.api.service.QwFriendApiService
;
import
com.gic.haoban.manage.api.service.WxEnterpriseApiService
;
import
com.gic.haoban.manage.api.service.WxEnterpriseApiService
;
import
com.gic.haoban.manage.api.service.WxEnterpriseRelatedApiService
;
import
com.gic.haoban.manage.api.service.WxEnterpriseRelatedApiService
;
import
com.gic.haoban.manage.api.service.hm.HmGroupApiService
;
import
com.gic.haoban.manage.api.service.hm.HmGroupApiService
;
...
@@ -29,7 +28,6 @@ import com.gic.haoban.manage.api.service.hm.HmWelcomeRelationApiService;
...
@@ -29,7 +28,6 @@ import com.gic.haoban.manage.api.service.hm.HmWelcomeRelationApiService;
import
com.gic.haoban.manage.service.pojo.bo.hm.HmWelcomeRelationBO
;
import
com.gic.haoban.manage.service.pojo.bo.hm.HmWelcomeRelationBO
;
import
com.gic.haoban.manage.service.service.ExternalClerkRelatedService
;
import
com.gic.haoban.manage.service.service.ExternalClerkRelatedService
;
import
com.gic.haoban.manage.service.service.hm.WelcomeRelationService
;
import
com.gic.haoban.manage.service.service.hm.WelcomeRelationService
;
import
com.gic.redis.data.util.RedisUtil
;
@RunWith
(
SpringJUnit4ClassRunner
.
class
)
@RunWith
(
SpringJUnit4ClassRunner
.
class
)
@ContextConfiguration
(
locations
=
{
"classpath:applicationContext-conf.xml"
})
@ContextConfiguration
(
locations
=
{
"classpath:applicationContext-conf.xml"
})
...
@@ -50,18 +48,10 @@ public class HmPageServiceTest {
...
@@ -50,18 +48,10 @@ public class HmPageServiceTest {
private
WxEnterpriseApiService
wxEnterpriseApiService
;
private
WxEnterpriseApiService
wxEnterpriseApiService
;
@Autowired
@Autowired
private
ExternalClerkRelatedService
externalClerkRelatedService
;
private
ExternalClerkRelatedService
externalClerkRelatedService
;
@Autowired
private
QwFriendApiService
qwFriendApiService
;
@Test
@Test
public
void
test
(){
public
void
test
(){
System
.
out
.
println
(
this
.
qwFriendApiService
.
getPendingIdByUnionid
(
"ff8080815dacd3a2015dacd3ef5c0000"
,
"orXl9t9gIRbvfIoDPfrPf7jHYHmU"
,
"o0Yvd006OXKv71RIu8SbXA5mT7Zk"
));
this
.
externalClerkRelatedService
.
repairExternalUserId
(
"218a8a6c2ca14e28a1053f541be0e49d,ca66a01b79474c40b3e7c7f93daf1a3b"
);
this
.
externalClerkRelatedService
.
repairExternalUserId
(
"218a8a6c2ca14e28a1053f541be0e49d,ca66a01b79474c40b3e7c7f93daf1a3b"
);
// this.wxEnterpriseApiService.stopHaoban("ff80808182c3a46b0182c3a4ea7d0000");
// this.wxEnterpriseApiService.stopHaoban("ff80808182c3a46b0182c3a4ea7d0000");
...
@@ -70,12 +60,6 @@ public class HmPageServiceTest {
...
@@ -70,12 +60,6 @@ public class HmPageServiceTest {
ServiceResponse<Page<HmPageDTO>> pageServiceResponse = pageService.queryPageList(pageQDTO);*/
ServiceResponse<Page<HmPageDTO>> pageServiceResponse = pageService.queryPageList(pageQDTO);*/
}
}
@Test
public
void
setcache
(){
System
.
out
.
println
(
RedisUtil
.
getCache
(
"bgrjswxEnterpriseId"
));
RedisUtil
.
setCache
(
"bgrjswxEnterpriseId"
,
"936299d1b1274fed988f3f7bb7652126,267c13c9a6f049bfacfc05b9419462a1"
);
System
.
out
.
println
(
RedisUtil
.
getCache
(
"bgrjswxEnterpriseId"
));
}
@Test
@Test
public
void
entriprise
(){
public
void
entriprise
(){
...
...
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