Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
85d8b05e
Commit
85d8b05e
authored
Oct 28, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infoDown
parent
a0800a26
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
4 additions
and
16 deletions
+4
-16
AcceptanceRectificationOrderServiceImpl.java
...service/impl/AcceptanceRectificationOrderServiceImpl.java
+1
-2
AcceptanceServiceImpl.java
...t/module/hygf/biz/service/impl/AcceptanceServiceImpl.java
+0
-2
CommonServiceImpl.java
.../boot/module/hygf/biz/service/impl/CommonServiceImpl.java
+1
-1
PowerStationServiceImpl.java
...module/hygf/biz/service/impl/PowerStationServiceImpl.java
+1
-2
SurveyInformationServiceImpl.java
...e/hygf/biz/service/impl/SurveyInformationServiceImpl.java
+1
-2
UnitInfoServiceImpl.java
...oot/module/hygf/biz/service/impl/UnitInfoServiceImpl.java
+0
-3
WorkOrderServiceImpl.java
...ot/module/hygf/biz/service/impl/WorkOrderServiceImpl.java
+0
-2
TestController.java
...amos/boot/module/jxiop/biz/controller/TestController.java
+0
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/AcceptanceRectificationOrderServiceImpl.java
View file @
85d8b05e
...
@@ -57,8 +57,7 @@ public class AcceptanceRectificationOrderServiceImpl extends BaseService<Accepta
...
@@ -57,8 +57,7 @@ public class AcceptanceRectificationOrderServiceImpl extends BaseService<Accepta
// private WorkflowImpl workflow;
// private WorkflowImpl workflow;
@Autowired
@Autowired
private
WorkFlowService
workFlowService
;
private
WorkFlowService
workFlowService
;
@Autowired
private
CommonServiceImpl
commonService
;
@Autowired
@Autowired
private
RedisUtils
redisUtils
;
private
RedisUtils
redisUtils
;
@Resource
(
type
=
RedisLockUtil
.
class
)
@Resource
(
type
=
RedisLockUtil
.
class
)
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/AcceptanceServiceImpl.java
View file @
85d8b05e
...
@@ -52,8 +52,6 @@ public class AcceptanceServiceImpl implements IAcceptanceService {
...
@@ -52,8 +52,6 @@ public class AcceptanceServiceImpl implements IAcceptanceService {
private
PeasantHouseholdMapper
peasantHouseholdMapper
;
private
PeasantHouseholdMapper
peasantHouseholdMapper
;
@Autowired
@Autowired
private
AcceptanceCheckItemMapper
acceptanceCheckItemMapper
;
private
AcceptanceCheckItemMapper
acceptanceCheckItemMapper
;
@Autowired
private
CommonServiceImpl
commonService
;
@Resource
(
type
=
RedisLockUtil
.
class
)
@Resource
(
type
=
RedisLockUtil
.
class
)
private
RedisLockUtil
redisLockUtil
;
private
RedisLockUtil
redisLockUtil
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/CommonServiceImpl.java
View file @
85d8b05e
...
@@ -79,7 +79,7 @@ import java.util.zip.ZipOutputStream;
...
@@ -79,7 +79,7 @@ import java.util.zip.ZipOutputStream;
@Service
@Service
@Slf4j
@Slf4j
public
class
CommonServiceImpl
{
public
class
CommonServiceImpl
{
// @Autowired
// @Autowired
// private TaskV2FeignService taskV2FeignService;
// private TaskV2FeignService taskV2FeignService;
@Autowired
@Autowired
private
RedisUtils
redisUtils
;
private
RedisUtils
redisUtils
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/PowerStationServiceImpl.java
View file @
85d8b05e
...
@@ -91,8 +91,7 @@ public class PowerStationServiceImpl extends BaseService<PowerStationDto, PowerS
...
@@ -91,8 +91,7 @@ public class PowerStationServiceImpl extends BaseService<PowerStationDto, PowerS
// WorkflowImpl workflow;
// WorkflowImpl workflow;
@Autowired
@Autowired
WorkFlowService
workFlowService
;
WorkFlowService
workFlowService
;
@Autowired
CommonServiceImpl
commonService
;
@Autowired
@Autowired
HouseholdContractMapper
householdContractMapper
;
HouseholdContractMapper
householdContractMapper
;
@Resource
(
type
=
RedisLockUtil
.
class
)
@Resource
(
type
=
RedisLockUtil
.
class
)
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/SurveyInformationServiceImpl.java
View file @
85d8b05e
...
@@ -140,8 +140,7 @@ public class SurveyInformationServiceImpl
...
@@ -140,8 +140,7 @@ public class SurveyInformationServiceImpl
// WorkflowImpl workflow;
// WorkflowImpl workflow;
@Autowired
@Autowired
WorkFlowService
workFlowService
;
WorkFlowService
workFlowService
;
@Autowired
CommonServiceImpl
commonService
;
@Autowired
@Autowired
HygfRectificationOrderServiceImpl
rectificationOrderService
;
HygfRectificationOrderServiceImpl
rectificationOrderService
;
private
static
final
String
PROCESSKEY
=
"ProcessEngineering"
;
private
static
final
String
PROCESSKEY
=
"ProcessEngineering"
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/UnitInfoServiceImpl.java
View file @
85d8b05e
...
@@ -142,9 +142,6 @@ public class UnitInfoServiceImpl extends BaseService<UnitInfoDto,UnitInfo,UnitIn
...
@@ -142,9 +142,6 @@ public class UnitInfoServiceImpl extends BaseService<UnitInfoDto,UnitInfo,UnitIn
@Autowired
@Autowired
WorkFlowService
workFlowService
;
WorkFlowService
workFlowService
;
@Autowired
@Autowired
@Lazy
CommonServiceImpl
commonService
;
@Autowired
AmosRequestContext
amosRequestContext
;
AmosRequestContext
amosRequestContext
;
@Autowired
@Autowired
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/WorkOrderServiceImpl.java
View file @
85d8b05e
...
@@ -129,8 +129,6 @@ public class WorkOrderServiceImpl extends BaseService<WorkOrderDto, WorkOrder, W
...
@@ -129,8 +129,6 @@ public class WorkOrderServiceImpl extends BaseService<WorkOrderDto, WorkOrder, W
BasicGridAcceptanceServiceImpl
basicGridAcceptanceService
;
BasicGridAcceptanceServiceImpl
basicGridAcceptanceService
;
@Autowired
@Autowired
AcceptanceCheckServiceImpl
acceptanceCheckService
;
AcceptanceCheckServiceImpl
acceptanceCheckService
;
@Autowired
CommonServiceImpl
commonService
;
private
static
final
String
PROCESSKEY
=
"ProcessEngineering"
;
private
static
final
String
PROCESSKEY
=
"ProcessEngineering"
;
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/TestController.java
View file @
85d8b05e
...
@@ -47,8 +47,6 @@ public class TestController extends BaseController {
...
@@ -47,8 +47,6 @@ public class TestController extends BaseController {
@Autowired
@Autowired
IndicatorDataMapper
indicatorDataMapper
;
IndicatorDataMapper
indicatorDataMapper
;
@Autowired
@Autowired
CommonServiceImpl
commonService
;
@Autowired
HealthStatusIndicatorServiceImpl
healthStatusIndicatorService
;
HealthStatusIndicatorServiceImpl
healthStatusIndicatorService
;
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
...
...
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