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
2022-08-19 17:10:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
96719717e9ca2c35513f492f47bd13561ba54db5
96719717
1 parent
34288188
修改接口提示信息
mt 2022年8月19日17:10:41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/erry/iclear/dateInterface/service/MawbDetailService.java
src/main/java/com/erry/iclear/dateInterface/service/MawbDetailService.java
View file @
9671971
...
...
@@ -31,7 +31,7 @@ public class MawbDetailService {
public
ResultRS
checkMawbDetail
(
Mawb
mawb
){
ResultRS
result
=
new
ResultRS
(
Boolean
.
FALSE
,
null
,
null
);
ResultRS
result
=
new
ResultRS
(
Boolean
.
FALSE
,
"30002"
,
null
);
try
{
for
(
MawbDetail
detail
:
mawb
.
getMawbDetailList
())
{
String
secondUnit
=
detail
.
getSecondUnit
();
...
...
Please
register
or
login
to post a comment