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
a84d2d6f
Commit
a84d2d6f
authored
Nov 27, 2025
by
刘林
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refs/heads/develop_tzs_main' into develop_tzs_test
parents
5d88fd43
89d6f288
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
12 deletions
+16
-12
DataDockServiceImpl.java
.../boot/module/jg/biz/service/impl/DataDockServiceImpl.java
+1
-1
EquipClaimServiceImpl.java
...oot/module/jg/biz/service/impl/EquipClaimServiceImpl.java
+1
-1
IdxBizJgRegisterInfoServiceImpl.java
.../jg/biz/service/impl/IdxBizJgRegisterInfoServiceImpl.java
+1
-1
JgUseRegistrationServiceImpl.java
...ule/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
+10
-6
JgVehicleInformationServiceImpl.java
.../jg/biz/service/impl/JgVehicleInformationServiceImpl.java
+1
-1
ComprehensiveStatisticalAnalysisServiceImpl.java
...ice/impl/ComprehensiveStatisticalAnalysisServiceImpl.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/DataDockServiceImpl.java
View file @
a84d2d6f
...
...
@@ -3137,7 +3137,7 @@ public class DataDockServiceImpl {
jgUseRegistration
.
setUseUnitName
((
String
)
map
.
get
(
"useUnit"
));
jgUseRegistration
.
setUseUnitCreditCode
((
String
)
map
.
get
(
"useUnitCode"
));
jgUseRegistration
.
setCreateUserId
(
reginParams
.
getUserModel
().
getUserId
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
get
User
Name
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
get
Real
Name
());
if
(!
ObjectUtils
.
isEmpty
(
map
.
get
(
"inspectOrgCode"
)))
{
jgUseRegistration
.
setInspectUnitCreditCode
(
map
.
get
(
"inspectOrgCode"
).
toString
());
}
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/EquipClaimServiceImpl.java
View file @
a84d2d6f
...
...
@@ -479,7 +479,7 @@ public class EquipClaimServiceImpl {
jgUseRegistration
.
setUseUnitName
(
CompanyTypeEnum
.
INDIVIDUAL
.
getName
().
equals
(
company
.
getCompanyType
())
?
company
.
getCompanyName
().
split
(
"_"
)[
1
]
:
company
.
getCompanyName
());
jgUseRegistration
.
setUseUnitCreditCode
(
CompanyTypeEnum
.
INDIVIDUAL
.
getName
().
equals
(
company
.
getCompanyType
())
?
company
.
getCompanyCode
().
split
(
"_"
)[
1
]
:
company
.
getCompanyCode
());
jgUseRegistration
.
setCreateUserId
(
userModel
.
getUserId
());
jgUseRegistration
.
setCreateUserName
(
userModel
.
get
User
Name
());
jgUseRegistration
.
setCreateUserName
(
userModel
.
get
Real
Name
());
jgUseRegistration
.
setManageType
(
"set"
);
if
(!
ObjectUtils
.
isEmpty
(
equipInfo
.
get
(
"inspectUnitCreditCode"
)))
{
jgUseRegistration
.
setInspectUnitCreditCode
(
equipInfo
.
get
(
"inspectUnitCreditCode"
).
toString
());
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/IdxBizJgRegisterInfoServiceImpl.java
View file @
a84d2d6f
...
...
@@ -4716,7 +4716,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
jgUseRegistration
.
setUseUnitCreditCode
(
CompanyTypeEnum
.
INDIVIDUAL
.
getName
().
equals
(
company
.
getCompanyType
())
?
company
.
getCompanyCode
().
split
(
"_"
)[
1
]
:
company
.
getCompanyCode
());
jgUseRegistration
.
setCreateUserId
(
reginParams
.
getUserModel
().
getUserId
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
get
User
Name
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
get
Real
Name
());
jgUseRegistration
.
setApplyNo
(
jgUseRegistrationManage
.
getApplyNo
());
jgUseRegistration
.
setAuditPassDate
(
new
Date
());
jgUseRegistration
.
setAuditStatus
(
FlowStatusEnum
.
TO_BE_FINISHED
.
getName
());
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgUseRegistrationServiceImpl.java
View file @
a84d2d6f
...
...
@@ -684,7 +684,8 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
jgUseRegistration
.
setUseUnitCreditCode
(
CompanyTypeEnum
.
INDIVIDUAL
.
getName
().
equals
(
company
.
getCompanyType
())
?
company
.
getCompanyCode
().
split
(
"_"
)[
1
]
:
company
.
getCompanyCode
());
jgUseRegistration
.
setCreateUserId
(
reginParams
.
getUserModel
().
getUserId
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
getUserName
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
getRealName
());
jgUseRegistration
.
setRecUserName
(
reginParams
.
getUserModel
().
getRealName
());
if
(!
ObjectUtils
.
isEmpty
(
map
.
get
(
"inspectUnitCreditCode"
)))
{
jgUseRegistration
.
setInspectUnitCreditCode
(
map
.
get
(
"inspectUnitCreditCode"
).
toString
());
}
...
...
@@ -974,7 +975,8 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
useRegistration
.
setManageType
(
map
.
getString
(
"manageType"
));
useRegistration
.
setPromoter
(
reginParams
.
getUserModel
().
getUserId
());
useRegistration
.
setCreateUserId
(
reginParams
.
getUserModel
().
getUserId
());
useRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
getUserName
());
useRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
getRealName
());
useRegistration
.
setRecUserName
(
reginParams
.
getUserModel
().
getRealName
());
useRegistration
.
setCylinderCategory
(
map
.
getString
(
"cylinderCategory"
));
//气瓶分类
// 使用单位信息
useRegistration
.
setUseUnitName
(
CompanyTypeEnum
.
INDIVIDUAL
.
getName
().
equals
(
company
.
getCompanyType
())
?
...
...
@@ -1667,7 +1669,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
JgUseRegistrationManage
jgUseRegistrationManage
=
new
JgUseRegistrationManage
();
jgUseRegistrationManage
.
setAuditPassDate
(
jgUseRegistration
.
getAuditPassDate
());
jgUseRegistrationManage
.
setSequenceNbr
(
useRegistrationManageSeq
);
jgUseRegistrationManage
.
setRecUserId
(
jgUseRegistration
.
getCreat
eUserId
());
jgUseRegistrationManage
.
setRecUserId
(
RequestContext
.
getEx
eUserId
());
this
.
setSuperviseOrgInfo
(
jgUseRegistrationManage
,
jgUseRegistration
);
jgUseRegistrationManageMapper
.
updateById
(
jgUseRegistrationManage
);
return
;
...
...
@@ -2140,7 +2142,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
dto
.
setFlowStatus
(
commonServiceImpl
.
getDictionaryCodeByName
(
jgUseRegistration
.
getStatus
()));
dto
.
setFlowStatusLabel
(
jgUseRegistration
.
getStatus
());
dto
.
setStartUserId
(
jgUseRegistration
.
getCreateUserId
());
dto
.
setStartUser
(
jgUseRegistration
.
get
Rec
UserName
());
dto
.
setStartUser
(
jgUseRegistration
.
get
Create
UserName
());
dto
.
setStartUserCompanyName
(
jgUseRegistration
.
getUseUnitName
());
dto
.
setStartDate
(
new
Date
());
jgUseRegistration
.
setInstanceId
(
workflowResultDto
.
getInstanceId
());
...
...
@@ -4286,7 +4288,8 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
jgUseRegistration
.
setUseUnitCreditCode
(
CompanyTypeEnum
.
INDIVIDUAL
.
getName
().
equals
(
company
.
getCompanyType
())
?
company
.
getCompanyCode
().
split
(
"_"
)[
1
]
:
company
.
getCompanyCode
());
jgUseRegistration
.
setCreateUserId
(
reginParams
.
getUserModel
().
getUserId
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
getUserName
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
getRealName
());
jgUseRegistration
.
setRecUserName
(
reginParams
.
getUserModel
().
getRealName
());
jgUseRegistration
.
setManageType
(
"set"
);
if
(!
ObjectUtils
.
isEmpty
(
map
.
get
(
"inspectUnitCreditCode"
)))
{
jgUseRegistration
.
setInspectUnitCreditCode
(
map
.
get
(
"inspectUnitCreditCode"
).
toString
());
...
...
@@ -4888,7 +4891,8 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
jgUseRegistration
.
setUseUnitCreditCode
(
CompanyTypeEnum
.
INDIVIDUAL
.
getName
().
equals
(
company
.
getCompanyType
())
?
company
.
getCompanyCode
().
split
(
"_"
)[
1
]
:
company
.
getCompanyCode
());
jgUseRegistration
.
setCreateUserId
(
reginParams
.
getUserModel
().
getUserId
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
getUserName
());
jgUseRegistration
.
setCreateUserName
(
reginParams
.
getUserModel
().
getRealName
());
jgUseRegistration
.
setRecUserName
(
reginParams
.
getUserModel
().
getRealName
());
if
(!
ObjectUtils
.
isEmpty
(
map
.
get
(
"inspectUnitCreditCode"
)))
{
jgUseRegistration
.
setInspectUnitCreditCode
(
map
.
get
(
"inspectUnitCreditCode"
).
toString
());
}
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgVehicleInformationServiceImpl.java
View file @
a84d2d6f
...
...
@@ -1102,7 +1102,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
dto
.
setFlowStatus
(
commonService
.
getDictionaryCodeByName
(
jgVehicleInformation
.
getStatus
()));
dto
.
setFlowStatusLabel
(
jgVehicleInformation
.
getStatus
());
dto
.
setStartUserId
(
jgVehicleInformation
.
getCreateUserId
());
dto
.
setStartUser
(
jgVehicleInformation
.
get
Rec
UserName
());
dto
.
setStartUser
(
jgVehicleInformation
.
get
Create
UserName
());
dto
.
setStartUserCompanyName
(
jgVehicleInformation
.
getUseUnitName
());
dto
.
setStartDate
(
new
Date
());
jgVehicleInformation
.
setInstanceId
(
workflowResultDto
.
getInstanceId
());
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/ComprehensiveStatisticalAnalysisServiceImpl.java
View file @
a84d2d6f
...
...
@@ -986,7 +986,7 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
String
inspectStatus
=
inspectionStatusMap
.
get
(
none
);
if
(
dto
.
containsKey
(
"NEXT_INSPECT_DATE"
))
{
String
nextInspectDate
=
dto
.
getString
(
"NEXT_INSPECT_DATE"
);
if
(!
ObjectUtils
.
isEmpty
(
nextInspectDate
)
&&
!
""
.
equals
(
nextInspectDate
))
{
if
(!
ObjectUtils
.
isEmpty
(
nextInspectDate
)
&&
!
nextInspectDate
.
isEmpty
(
))
{
long
daysBetween
=
ChronoUnit
.
DAYS
.
between
(
LocalDate
.
now
(),
LocalDate
.
parse
(
nextInspectDate
,
formatter
));
if
(
daysBetween
<
0
)
{
inspectStatus
=
inspectionStatusMap
.
get
(
overdue
);
...
...
@@ -1011,7 +1011,7 @@ public class ComprehensiveStatisticalAnalysisServiceImpl {
String
v
=
j
.
getString
(
"inspectReportNo"
);
j
.
put
(
"inspectReportNo"
,
(
v
==
null
||
"null"
.
equalsIgnoreCase
(
v
))
?
""
:
v
);
}));
if
(!
ValidationUtil
.
isEmpty
(
dto
.
getString
(
"CYLINDER_CATEGORY"
))
&&
dto
.
getString
(
"EQU_CATEGORY_CODE"
).
equals
(
"2300"
))
{
if
(!
ValidationUtil
.
isEmpty
(
dto
.
getString
(
"CYLINDER_CATEGORY"
))
&&
"2300"
.
equals
(
dto
.
getString
(
"EQU_CATEGORY_CODE"
)
))
{
String
cylinderCategory
=
dto
.
getString
(
"CYLINDER_CATEGORY"
);
boolean
integer
=
isInteger
(
cylinderCategory
);
if
(
integer
)
{
...
...
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