Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-message
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
base_platform_enterprise
gic-platform-message
Commits
5a638aca
Commit
5a638aca
authored
Nov 26, 2020
by
陶光胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
e6ec50f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
StoreInfoMessageHandler.java
...com/gic/message/service/impl/StoreInfoMessageHandler.java
+2
-2
TestServiceImpl.java
...in/java/com/gic/message/service/impl/TestServiceImpl.java
+17
-0
No files found.
src/main/java/com/gic/message/service/impl/StoreInfoMessageHandler.java
View file @
5a638aca
...
@@ -120,8 +120,8 @@ public class StoreInfoMessageHandler implements MessageHandler {
...
@@ -120,8 +120,8 @@ public class StoreInfoMessageHandler implements MessageHandler {
storeSearchDtoOne
.
setRegionId
(
Integer
.
valueOf
(
fieldMap
.
get
(
"old_region_id"
).
getValue
()));
storeSearchDtoOne
.
setRegionId
(
Integer
.
valueOf
(
fieldMap
.
get
(
"old_region_id"
).
getValue
()));
storeSearchDtoOne
.
setSearchJson
(
storeWidgetDTO
.
getSearchParam
());
storeSearchDtoOne
.
setSearchJson
(
storeWidgetDTO
.
getSearchParam
());
storeSearchDtoOne
.
setEnterpriseId
(
enterpriseId
);
storeSearchDtoOne
.
setEnterpriseId
(
enterpriseId
);
ServiceResponse
<
Page
<
StoreDTO
>>
response
1
=
this
.
storeApiService
.
listStore
(
storeSearchDTO
,
1
,
1
);
ServiceResponse
<
Page
<
StoreDTO
>>
response
One
=
this
.
storeApiService
.
listStore
(
storeSearchDTO
,
1
,
1
);
if
(
CollectionUtils
.
isEmpty
(
response
1
.
getResult
().
getResult
())){
if
(
CollectionUtils
.
isEmpty
(
response
One
.
getResult
().
getResult
())){
this
.
storeRegionApiService
.
unAuthorizeRegion
(
dto
.
getUnionEnterpriseId
(),
Integer
.
valueOf
(
fieldMap
.
get
(
"old_region_id"
).
getValue
()));
this
.
storeRegionApiService
.
unAuthorizeRegion
(
dto
.
getUnionEnterpriseId
(),
Integer
.
valueOf
(
fieldMap
.
get
(
"old_region_id"
).
getValue
()));
}
}
}
}
...
...
src/main/java/com/gic/message/service/impl/TestServiceImpl.java
View file @
5a638aca
...
@@ -3,8 +3,25 @@ package com.gic.message.service.impl;
...
@@ -3,8 +3,25 @@ package com.gic.message.service.impl;
import
com.gic.message.service.TestService
;
import
com.gic.message.service.TestService
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
/**
* test
* @Title: test
* @Description:
* @author taogs
* @param null
* @return
* @throws
*/
@Service
(
"testService"
)
@Service
(
"testService"
)
public
class
TestServiceImpl
implements
TestService
{
public
class
TestServiceImpl
implements
TestService
{
/**
* test
* @Title: test
* @Description:
* @author taogs
* @return void
* @throws
*/
@Override
@Override
public
void
test
()
{
public
void
test
()
{
System
.
out
.
println
(
"true = "
+
true
);
System
.
out
.
println
(
"true = "
+
true
);
...
...
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