tao.mo

修改接口提示信息

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