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
60dae512
Commit
60dae512
authored
May 28, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加接口附件解密地址
parent
165ba068
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
base-manager/src/main/java/com/mortals/xhx/module/window/service/impl/WindowHallServiceImpl.java
...xhx/module/window/service/impl/WindowHallServiceImpl.java
+2
-0
base-manager/src/main/java/com/mortals/xhx/module/window/service/impl/WindowServiceImpl.java
...als/xhx/module/window/service/impl/WindowServiceImpl.java
+6
-2
No files found.
base-manager/src/main/java/com/mortals/xhx/module/window/service/impl/WindowHallServiceImpl.java
View file @
60dae512
...
...
@@ -7,6 +7,7 @@ import com.mortals.xhx.module.window.model.WindowEntity;
import
com.mortals.xhx.module.window.model.WindowQuery
;
import
com.mortals.xhx.module.window.service.WindowService
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.stereotype.Service
;
import
com.mortals.framework.service.impl.AbstractCRUDServiceImpl
;
import
com.mortals.framework.exception.AppException
;
...
...
@@ -31,6 +32,7 @@ import java.util.stream.Collectors;
public
class
WindowHallServiceImpl
extends
AbstractCRUDCacheServiceImpl
<
WindowHallDao
,
WindowHallEntity
,
Long
>
implements
WindowHallService
{
@Autowired
@Lazy
private
WindowService
windowService
;
/**
...
...
base-manager/src/main/java/com/mortals/xhx/module/window/service/impl/WindowServiceImpl.java
View file @
60dae512
...
...
@@ -30,6 +30,7 @@ import lombok.extern.slf4j.Slf4j;
import
org.apache.poi.ss.formula.functions.T
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.stereotype.Service
;
import
com.mortals.framework.service.impl.AbstractCRUDServiceImpl
;
import
com.mortals.xhx.module.window.dao.WindowDao
;
...
...
@@ -54,16 +55,19 @@ import static com.mortals.xhx.common.key.Constant.PARAM_SERVER_PHP_HTTP_URL;
public
class
WindowServiceImpl
extends
AbstractCRUDCacheServiceImpl
<
WindowDao
,
WindowEntity
,
Long
>
implements
WindowService
{
@Autowired
@Lazy
private
WorkmanService
workmanService
;
@Autowired
@Lazy
private
WindowBusinessService
windowBusinessService
;
@Autowired
@Lazy
private
WindowMatterService
windowMatterService
;
@Autowired
@Lazy
private
WindowHallService
windowHallService
;
@Autowired
@Lazy
private
BusinessService
businessService
;
...
...
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