Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -185,10 +185,10 @@ public class FedexService { | ... | @@ -185,10 +185,10 @@ public class FedexService { |
| 185 | msgList.add("参数consignmentCode不能为空"); | 185 | msgList.add("参数consignmentCode不能为空"); |
| 186 | } | 186 | } |
| 187 | // 参数consignmentId不能为空 | 187 | // 参数consignmentId不能为空 |
| 188 | - Long consignmentId = fedexc.getConsignmentId(); | 188 | +// Long consignmentId = fedexc.getConsignmentId(); |
| 189 | - if(Objects.isNull(consignmentId)){ | 189 | +// if(Objects.isNull(consignmentId)){ |
| 190 | - msgList.add("参数consignmentId不能为空"); | 190 | +// msgList.add("参数consignmentId不能为空"); |
| 191 | - } | 191 | +// } |
| 192 | // 参数consType不能为空 | 192 | // 参数consType不能为空 |
| 193 | String consType = fedexc.getConsType(); | 193 | String consType = fedexc.getConsType(); |
| 194 | if(StringUtils.isEmpty(consType)){ | 194 | if(StringUtils.isEmpty(consType)){ | ... | ... |
-
Please register or login to post a comment