Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -31,7 +31,7 @@ public class MawbDetailService { | ... | @@ -31,7 +31,7 @@ public class MawbDetailService { |
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | public ResultRS checkMawbDetail(Mawb mawb){ | 33 | public ResultRS checkMawbDetail(Mawb mawb){ |
| 34 | - ResultRS result = new ResultRS(Boolean.FALSE,null,null); | 34 | + ResultRS result = new ResultRS(Boolean.FALSE,"30002",null); |
| 35 | try{ | 35 | try{ |
| 36 | for (MawbDetail detail : mawb.getMawbDetailList()) { | 36 | for (MawbDetail detail : mawb.getMawbDetailList()) { |
| 37 | String secondUnit = detail.getSecondUnit(); | 37 | String secondUnit = detail.getSecondUnit(); | ... | ... |
-
Please register or login to post a comment