|
|
|
@ -210,8 +210,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
requestRecordService.saveFailedRequestRecord(singleInvoiceCheckRecord,0, |
|
|
|
|
JSONObject.toJSONString(R.error("金额不能为空!")), "金额不能为空!"); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
log.error("发票查验接口记录保存失败,errormsg:{}",e.getMessage()); |
|
|
|
|
e.printStackTrace(); |
|
|
|
|
log.error("发票查验接口记录保存失败,errormsg:{}",e); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return ResponseEntity.ok(JSONObject.toJSONString(R.error("金额不能为空!"))); |
|
|
|
|