Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
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
耿迪迪
zhmes-agecal
Commits
bea6f354
Commit
bea6f354
authored
Feb 02, 2026
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 老化 设备 增加 板件类型调整(1主体 需要判断网络信息,2主板 不需要判断网络信号调整)
parent
4ad545e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
PalletDeviceUploadFailureServiceImpl.java
...em/service/impl/PalletDeviceUploadFailureServiceImpl.java
+2
-2
No files found.
zhmes-agecal-system/src/main/java/com/zehong/system/service/impl/PalletDeviceUploadFailureServiceImpl.java
View file @
bea6f354
...
...
@@ -141,8 +141,8 @@ public class PalletDeviceUploadFailureServiceImpl implements IPalletDeviceUpload
boolean
hasInvalid
=
palletDeviceUploadFailures
.
stream
()
.
anyMatch
(
palletDeviceBinding
->
StringUtils
.
is
Not
Blank
(
palletDeviceBinding
.
getMotherboardCode
())||
StringUtils
.
is
Not
Blank
(
palletDeviceBinding
.
getPlateType
())
||
StringUtils
.
isBlank
(
palletDeviceBinding
.
getMotherboardCode
())||
StringUtils
.
isBlank
(
palletDeviceBinding
.
getPlateType
())
||
palletDeviceBinding
.
getCalibrationConcentration
()
==
null
||
StringUtils
.
isBlank
(
palletDeviceBinding
.
getCalibrationConcentrationStatus
())
||
StringUtils
.
isBlank
(
palletDeviceBinding
.
getConcentration
())
||
...
...
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