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
4bdcb8fc
Commit
4bdcb8fc
authored
Jan 21, 2025
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):历史管道导入调整
parent
0d462676
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
EquipRequestParamsDto.java
...in/amos/boot/module/jg/api/dto/EquipRequestParamsDto.java
+0
-1
DataDockServiceImpl.java
.../boot/module/jg/biz/service/impl/DataDockServiceImpl.java
+4
-8
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/EquipRequestParamsDto.java
View file @
4bdcb8fc
...
@@ -29,7 +29,6 @@ public class EquipRequestParamsDto {
...
@@ -29,7 +29,6 @@ public class EquipRequestParamsDto {
private
String
orgBranchName
;
private
String
orgBranchName
;
private
String
useOrgCode
;
private
String
useOrgCode
;
private
String
vehicleApanage
;
private
String
vehicleApanage
;
private
String
orgCompanyCode
;
private
String
receiveOrgCode
;
private
String
receiveOrgCode
;
private
String
receiveOrgName
;
private
String
receiveOrgName
;
private
String
projectContraptionSeq
;
private
String
projectContraptionSeq
;
...
...
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 @
4bdcb8fc
...
@@ -1573,9 +1573,6 @@ public class DataDockServiceImpl {
...
@@ -1573,9 +1573,6 @@ public class DataDockServiceImpl {
String
street
=
String
.
valueOf
(
equipInfo
.
get
(
"street"
));
String
street
=
String
.
valueOf
(
equipInfo
.
get
(
"street"
));
String
address
=
String
.
valueOf
(
equipInfo
.
get
(
"address"
));
String
address
=
String
.
valueOf
(
equipInfo
.
get
(
"address"
));
String
usePlace
=
String
.
valueOf
(
equipInfo
.
get
(
"usePlace"
));
String
usePlace
=
String
.
valueOf
(
equipInfo
.
get
(
"usePlace"
));
String
orgCompanyCode
=
receiveOrgCode
.
split
(
"_"
)[
0
];
CompanyModel
parentModel
=
JSON
.
parseObject
(
JSON
.
toJSONString
(
orgCompanyCode
),
CompanyModel
.
class
);
orgBranchCode
=
parentModel
.
getOrgCode
();
return
new
EquipRequestParamsDto
().
setCompanyCode
(
company
.
getCompanyCode
().
split
(
"_"
)[
0
])
return
new
EquipRequestParamsDto
().
setCompanyCode
(
company
.
getCompanyCode
().
split
(
"_"
)[
0
])
.
setProvince
(
province
)
.
setProvince
(
province
)
.
setProvinceName
(
"陕西省"
)
.
setProvinceName
(
"陕西省"
)
...
@@ -1601,8 +1598,7 @@ public class DataDockServiceImpl {
...
@@ -1601,8 +1598,7 @@ public class DataDockServiceImpl {
.
setOrgBranchName
(
orgBranchCode
.
split
(
"_"
).
length
>
1
?
orgBranchCode
.
split
(
"_"
)[
1
]
:
""
)
.
setOrgBranchName
(
orgBranchCode
.
split
(
"_"
).
length
>
1
?
orgBranchCode
.
split
(
"_"
)[
1
]
:
""
)
.
setUseOrgCode
(
useOrgCode
)
.
setUseOrgCode
(
useOrgCode
)
.
setVehicleApanage
(
String
.
valueOf
(
equipInfo
.
get
(
"VEHICLE_APANAGE"
)))
.
setVehicleApanage
(
String
.
valueOf
(
equipInfo
.
get
(
"VEHICLE_APANAGE"
)))
.
setOrgCompanyCode
(
orgCompanyCode
)
.
setReceiveOrgCode
(
receiveOrgCode
.
split
(
"_"
)[
0
])
.
setReceiveOrgCode
(
parentModel
.
getOrgCode
())
.
setReceiveOrgName
(
receiveOrgCode
.
split
(
"_"
)[
1
])
.
setReceiveOrgName
(
receiveOrgCode
.
split
(
"_"
)[
1
])
.
setProjectContraption
(
String
.
valueOf
(
equipInfo
.
get
(
"PROJECT_CONTRAPTION"
)))
.
setProjectContraption
(
String
.
valueOf
(
equipInfo
.
get
(
"PROJECT_CONTRAPTION"
)))
.
setProjectContraptionNo
(
String
.
valueOf
(
equipInfo
.
get
(
"PROJECT_CONTRAPTION_NO"
)))
.
setProjectContraptionNo
(
String
.
valueOf
(
equipInfo
.
get
(
"PROJECT_CONTRAPTION_NO"
)))
...
@@ -1956,7 +1952,7 @@ public class DataDockServiceImpl {
...
@@ -1956,7 +1952,7 @@ public class DataDockServiceImpl {
.
receiveOrgName
(
paramsDto
.
getReceiveOrgName
())
.
receiveOrgName
(
paramsDto
.
getReceiveOrgName
())
.
auditPassDate
(
new
Date
())
.
auditPassDate
(
new
Date
())
.
useRegistrationCode
(
paramsDto
.
getUseOrgCode
())
.
useRegistrationCode
(
paramsDto
.
getUseOrgCode
())
.
certificateNo
(
commonService
.
generateCertificateNo
(
equType
,
new
Date
(),
paramsDto
.
get
OrgCompany
Code
()))
.
certificateNo
(
commonService
.
generateCertificateNo
(
equType
,
new
Date
(),
paramsDto
.
get
ReceiveOrg
Code
()))
.
regType
(
BusinessTypeEnum
.
JG_HISTORY_USAGE_REGISTRATION
.
getName
())
.
regType
(
BusinessTypeEnum
.
JG_HISTORY_USAGE_REGISTRATION
.
getName
())
.
certificateStatus
(
"已登记"
)
.
certificateStatus
(
"已登记"
)
.
regDate
(
new
Date
())
.
regDate
(
new
Date
())
...
@@ -1995,8 +1991,8 @@ public class DataDockServiceImpl {
...
@@ -1995,8 +1991,8 @@ public class DataDockServiceImpl {
.
productPhoto
(
paramsDto
.
getProductPhoto
())
.
productPhoto
(
paramsDto
.
getProductPhoto
())
.
useRegistrationCode
(
paramsDto
.
getUseOrgCode
())
.
useRegistrationCode
(
paramsDto
.
getUseOrgCode
())
.
otherAccessories
(
paramsDto
.
getOtherAccessories
())
.
otherAccessories
(
paramsDto
.
getOtherAccessories
())
.
orgCode
(
paramsDto
.
get
ReceiveOrg
Code
())
.
orgCode
(
paramsDto
.
get
OrgBranch
Code
())
.
orgName
(
paramsDto
.
get
ReceiveOrg
Name
())
.
orgName
(
paramsDto
.
get
OrgBranch
Name
())
.
productQualificationCertificate
(
paramsDto
.
getProductQualificationCertificate
())
.
productQualificationCertificate
(
paramsDto
.
getProductQualificationCertificate
())
.
province
(
paramsDto
.
getProvince
()).
provinceName
(
paramsDto
.
getProvinceName
()).
city
(
paramsDto
.
getCity
()).
cityName
(
paramsDto
.
getCityName
())
.
province
(
paramsDto
.
getProvince
()).
provinceName
(
paramsDto
.
getProvinceName
()).
city
(
paramsDto
.
getCity
()).
cityName
(
paramsDto
.
getCityName
())
.
county
(
paramsDto
.
getCounty
()).
countyName
(
paramsDto
.
getCountyName
()).
street
(
paramsDto
.
getStreet
()).
streetName
(
paramsDto
.
getStreetName
())
.
county
(
paramsDto
.
getCounty
()).
countyName
(
paramsDto
.
getCountyName
()).
street
(
paramsDto
.
getStreet
()).
streetName
(
paramsDto
.
getStreetName
())
...
...
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