Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
44c2d473
Commit
44c2d473
authored
1 year ago
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加接口附件解密地址
parent
b169a18d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
base-manager/src/main/java/com/mortals/xhx/module/area/service/impl/AreaServiceImpl.java
...mortals/xhx/module/area/service/impl/AreaServiceImpl.java
+0
-5
base-manager/src/main/java/com/mortals/xhx/module/site/service/impl/SiteBusinessServiceImpl.java
...xhx/module/site/service/impl/SiteBusinessServiceImpl.java
+3
-0
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
.../java/com/mortals/httpclient/base/BaseAreaController.http
+1
-1
No files found.
base-manager/src/main/java/com/mortals/xhx/module/area/service/impl/AreaServiceImpl.java
View file @
44c2d473
...
...
@@ -30,11 +30,6 @@ import java.util.stream.Collectors;
@Service
(
"areaService"
)
public
class
AreaServiceImpl
extends
AbstractCRUDCacheServiceImpl
<
AreaDao
,
AreaEntity
,
Long
>
implements
AreaService
{
@Autowired
private
SiteService
siteService
;
@Autowired
private
BaseAreaService
baseAreaService
;
@Override
public
void
putCache
(
String
key
,
AreaEntity
data
)
{
...
...
This diff is collapsed.
Click to expand it.
base-manager/src/main/java/com/mortals/xhx/module/site/service/impl/SiteBusinessServiceImpl.java
View file @
44c2d473
...
...
@@ -21,6 +21,7 @@ import com.mortals.xhx.module.site.service.SiteBusinessService;
import
lombok.extern.slf4j.Slf4j
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.stereotype.Service
;
import
org.springframework.util.ObjectUtils
;
...
...
@@ -39,9 +40,11 @@ import java.util.stream.Collectors;
public
class
SiteBusinessServiceImpl
extends
AbstractCRUDCacheServiceImpl
<
SiteBusinessDao
,
SiteBusinessEntity
,
Long
>
implements
SiteBusinessService
{
@Autowired
@Lazy
private
BusinessService
businessService
;
@Autowired
@Lazy
private
BusinessMatterService
businessMatterService
;
/**
...
...
This diff is collapsed.
Click to expand it.
base-manager/src/test/java/com/mortals/httpclient/base/BaseAreaController.http
View file @
44c2d473
...
...
@@ -54,7 +54,7 @@ POST {{baseUrl}}/base/area/genSubAreaByAreaName
Content-Type: application/json
{
"areaCode": "51
0921
000000"
"areaCode": "51
3232
000000"
}
...
...
This diff is collapsed.
Click to expand it.
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