tao.mo

修改接口提示信息

mt
2022年8月19日17:10:41
...@@ -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();
......