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
841adbb9
Commit
841adbb9
authored
Sep 14, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(openai):西安对接接口字段调整
parent
f1bcf543
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
XiAnDataDockServiceImpl.java
...oin/amos/api/openapi/service/XiAnDataDockServiceImpl.java
+5
-2
No files found.
amos-boot-data/amos-boot-data-openapi/src/main/java/com/yeejoin/amos/api/openapi/service/XiAnDataDockServiceImpl.java
View file @
841adbb9
...
...
@@ -313,7 +313,6 @@ public class XiAnDataDockServiceImpl {
if
(
isGasCylinder
)
{
// 是气瓶
if
(!
isSpecialGasCylinder
)
{
// 不是特种气瓶
data
.
setWhetherVehicleCylinder
(
""
);
data
.
setWhetherSphericalTank
(
""
);
checkNotBlank
(
data
.
getInformationSituation
(),
"信息化管理情况不能为空;"
,
rowError
);
if
(!
ObjectUtils
.
isEmpty
(
data
.
getInformationSituation
()))
{
checkNotBlank
(
data
.
getInformationManageCode
(),
"二维码或者电子标签编号不能为空;"
,
rowError
);
...
...
@@ -333,20 +332,24 @@ public class XiAnDataDockServiceImpl {
checkFactoryNumUniqueness
(
data
,
rowError
);
// 校验出厂编号/产品编码唯一性
}
}
data
.
setWhetherSphericalTank
(
""
);
data
.
setWhetherSkidMountedPressureVessel
(
""
);
}
if
(
isFixedGasCylinder
)
{
// 是固定式压力容器
checkNotBlank
(
data
.
getWhetherSphericalTank
(),
"是否球罐不能为空;"
,
rowError
);
data
.
setWhetherSkidMountedPressureVessel
(
"0"
);
checkNotBlank
(
data
.
getWhetherSkidMountedPressureVessel
(),
"是否撬装式压力容器不能为空;"
,
rowError
);
data
.
setInformationSituation
(
""
);
data
.
setInformationManageCode
(
""
);
}
if
(
isMobilePressureVessel
)
{
// 是移动式压力容器
data
.
setWhetherSkidMountedPressureVessel
(
""
);
data
.
setWhetherVehicleCylinder
(
""
);
data
.
setWhetherSphericalTank
(
""
);
data
.
setInformationSituation
(
""
);
data
.
setInformationManageCode
(
""
);
}
if
(
isOxygenChamber
)
{
//是氧舱
data
.
setWhetherSkidMountedPressureVessel
(
""
);
data
.
setWhetherVehicleCylinder
(
""
);
data
.
setWhetherSphericalTank
(
""
);
data
.
setInformationSituation
(
""
);
...
...
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