This commit is contained in:
linfso 2024-04-29 15:09:08 +08:00
parent 8472f435e5
commit 7c81d668d1

View File

@ -133,6 +133,7 @@ public class EmisWaybillController extends BaseController
}
catch (CalcFeeException ex){
ex.printStackTrace();
// (E3001)参数不完整
return AjaxResult.error("("+ex.getErrorCode()+")"+ex.getMessage());
}
catch (Exception ex){