md
This commit is contained in:
parent
f66d7dd91c
commit
053f2e15dd
@ -150,7 +150,7 @@ public class EmisWaybillController extends BaseController
|
||||
return AjaxResult.success("计算成功", jObjRst);
|
||||
}catch (Exception ex){
|
||||
ex.printStackTrace();
|
||||
return AjaxResult.error("服务器异常,联系客服");
|
||||
return AjaxResult.error(ex.getMessage());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -362,7 +362,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
|
||||
if(StringUtils.isAnyEmpty(emisWaybill.getProductType(),
|
||||
emisWaybill.getSendSiteCode(),
|
||||
emisWaybill.getDispatchSiteCode(),
|
||||
emisWaybill.getDispatchUnderlingSiteCode(),
|
||||
emisWaybill.getCalcFeeType()
|
||||
)
|
||||
){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user