Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
459e5eee
Commit
459e5eee
authored
Nov 15, 2023
by
zhangsen
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
7c56030f
d0780e2d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
15 deletions
+15
-15
HouseholdContractController.java
...dule/hygf/biz/controller/HouseholdContractController.java
+5
-5
QiyuesuoController.java
...s/boot/module/hygf/biz/controller/QiyuesuoController.java
+7
-7
application-dev.properties
...le-hygf-biz/src/main/resources/application-dev.properties
+1
-1
TDBigScreenAnalyseController.java
...le/jxiop/biz/controller/TDBigScreenAnalyseController.java
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/HouseholdContractController.java
View file @
459e5eee
...
...
@@ -182,7 +182,7 @@ public class HouseholdContractController extends BaseController {
//去签署
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"根据sequenceNbr发起"
,
notes
=
"根据sequenceNbr发起"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"根据sequenceNbr发起"
,
notes
=
"根据sequenceNbr发起"
)
public
ResponseModel
<
HouseholdContractDto
>
qsBySequenceNbrHouseholdContract
(
@RequestBody
HouseholdContractDto
model
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
householdContractServiceImpl
.
updateWithModel
(
model
));
...
...
@@ -191,7 +191,7 @@ public class HouseholdContractController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/signing/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"P
ost
"
,
value
=
"签字"
,
notes
=
"签字"
)
@ApiOperation
(
httpMethod
=
"P
OST
"
,
value
=
"签字"
,
notes
=
"签字"
)
public
ResponseModel
<
Boolean
>
signing
(
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
HouseholdContract
householdContrac
=
householdContractServiceImpl
.
getById
(
sequenceNbr
);
...
...
@@ -207,7 +207,7 @@ public class HouseholdContractController extends BaseController {
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/stamp/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"P
ost
"
,
value
=
"盖章"
,
notes
=
"盖章"
)
@ApiOperation
(
httpMethod
=
"P
OST
"
,
value
=
"盖章"
,
notes
=
"盖章"
)
public
ResponseModel
<
Boolean
>
stamp
(
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
...
...
@@ -250,7 +250,7 @@ public class HouseholdContractController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@PostMapping
(
value
=
"/cancel/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"P
ost
"
,
value
=
"作废"
,
notes
=
"作废"
)
@ApiOperation
(
httpMethod
=
"P
OST
"
,
value
=
"作废"
,
notes
=
"作废"
)
public
ResponseModel
<
Boolean
>
cancel
(
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
this
.
canceldata
(
sequenceNbr
));
}
...
...
@@ -298,7 +298,7 @@ public class HouseholdContractController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@PostMapping
(
value
=
"/reissue"
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"重新发起"
,
notes
=
"重新发起"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"重新发起"
,
notes
=
"重新发起"
)
public
ResponseModel
<
HouseholdContract
>
reissue
(
@RequestBody
HouseholdContract
model
)
{
HouseholdContract
householdContract
=
householdContractServiceImpl
.
reissueinitiateHouseholdContract
(
model
);
return
ResponseHelper
.
buildResponse
(
householdContract
);
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/QiyuesuoController.java
View file @
459e5eee
...
...
@@ -89,7 +89,7 @@ public class QiyuesuoController extends BaseController {
private
String
engineering
;
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"个人token"
,
notes
=
"个人token"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"个人token"
,
notes
=
"个人token"
)
@PostMapping
(
value
=
"/getUserToken"
)
public
ResponseModel
<
Object
>
getSdkResponse
(
@RequestBody
UserAuthMiniappTicketRequest
request
)
{
...
...
@@ -99,7 +99,7 @@ public class QiyuesuoController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"合同token"
,
notes
=
"合同token"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"合同token"
,
notes
=
"合同token"
)
@PostMapping
(
value
=
"/getContractToken"
)
public
ResponseModel
<
Object
>
getContractSdkResponse
(
@RequestBody
ContractMiniappTicketRequest
request
)
{
...
...
@@ -108,7 +108,7 @@ public class QiyuesuoController extends BaseController {
return
ResponseHelper
.
buildResponse
(
result
.
getResult
());
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"合同token"
,
notes
=
"合同token"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"合同token"
,
notes
=
"合同token"
)
@PostMapping
(
value
=
"/getContractTokengz/{sequenceNbr}"
)
public
ResponseModel
<
Object
>
getContractSdkResponseSequenceNbr
(
@RequestBody
ContractMiniappTicketRequest
request
,
@PathVariable
(
value
=
"sequenceNbr"
)
Long
sequenceNbr
)
{
...
...
@@ -122,7 +122,7 @@ public class QiyuesuoController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"创建合同"
,
notes
=
"创建合同"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"创建合同"
,
notes
=
"创建合同"
)
@PostMapping
(
value
=
"/addContract"
)
public
ResponseModel
<
HouseholdContract
>
initiateHouseholdContract
(
@RequestBody
HouseholdContractDto
model
)
{
HouseholdContract
householdContract
=
householdContractServiceImpl
.
initiateHouseholdContract
(
model
);
...
...
@@ -132,7 +132,7 @@ public class QiyuesuoController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"契约锁回调接口"
,
notes
=
"契约锁回调接口"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"契约锁回调接口"
,
notes
=
"契约锁回调接口"
)
@PostMapping
(
value
=
"/callback"
)
public
String
callback
(
String
content
)
{
try
{
...
...
@@ -231,7 +231,7 @@ public class QiyuesuoController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"获取经销商单位"
,
notes
=
"liebiao "
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"获取经销商单位"
,
notes
=
"liebiao "
)
@PostMapping
(
value
=
"/getUnit1000"
)
public
ResponseModel
<
ContractListResult
>
getUnit1000
(
@RequestBody
ContractListRequest
request
)
{
...
...
@@ -268,7 +268,7 @@ public class QiyuesuoController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"
post
"
,
value
=
"创建合同"
,
notes
=
"创建合同"
)
@ApiOperation
(
httpMethod
=
"
POST
"
,
value
=
"创建合同"
,
notes
=
"创建合同"
)
@PostMapping
(
value
=
"/getUnit2000"
)
public
ResponseModel
<
SdkResponse
<
Object
>>
getUnit2000
(
@RequestBody
Map
<
String
,
String
>
map
)
{
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/resources/application-dev.properties
View file @
459e5eee
## DB properties:
spring.datasource.dynamic.primary
=
mysql-service
spring.datasource.mysql-service.driver-class-name
=
com.mysql.cj.jdbc.Driver
spring.datasource.mysql-service.jdbc-url
=
jdbc:mysql://172.16.10.220:3306/amos_project?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.datasource.mysql-service.jdbc-url
=
jdbc:mysql://172.16.10.220:3306/amos_project
_2023
?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.datasource.mysql-service.username
=
root
spring.datasource.mysql-service.password
=
Yeejoin@2020
spring.datasource.mysql-service.type
=
com.zaxxer.hikari.HikariDataSource
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/TDBigScreenAnalyseController.java
View file @
459e5eee
...
...
@@ -155,8 +155,8 @@ public class TDBigScreenAnalyseController extends BaseController {
StationBasic
stationBasic
=
stationBasicMapper
.
selectById
(
stationCode
);
stationCode
=
stationBasic
.
getFanGatewayId
();
}
else
if
(
StrUtil
.
isNotEmpty
(
station
))
{
StationBasic
stationBasic
=
stationBasicMapper
.
selectOne
(
new
LambdaQueryWrapper
<
StationBasic
>().
eq
(
StationBasic:
:
getStationName
,
station
));
StationBasic
stationBasic
=
stationBasicMapper
.
selectOne
(
new
LambdaQueryWrapper
<
StationBasic
>()
.
like
(
StationBasic:
:
getStationName
,
station
.
substring
(
0
,
station
.
length
()
-
1
)
));
stationCode
=
stationBasic
.
getFanGatewayId
();
}
if
(
StrUtil
.
isNotEmpty
(
areaCode
))
{
...
...
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