Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2023-04-23 18:54:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63834c9d43789eb11571a09688e6ccacd3676649
63834c9d
1 parent
6f9afcdd
API进入D类数据规格型号出现 |null|null问题修复
mt 2023年4月23日18:53:57
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/java/com/erry/iclear/dateInterface/service/ChmConsignmentDetailService.java
src/main/java/com/erry/iclear/dateInterface/service/ChmConsignmentDetailService.java
View file @
63834c9
...
...
@@ -359,6 +359,9 @@ public class ChmConsignmentDetailService {
}
StringBuffer
modelSb
=
new
StringBuffer
();
for
(
String
split
:
modelSplits
)
{
if
(
split
==
null
){
split
=
""
;
}
modelSb
.
append
(
split
).
append
(
"|"
);
}
if
(
modelSb
.
length
()
>
0
){
...
...
Please
register
or
login
to post a comment