|
|
@ -160,6 +160,7 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
if (StringUtils.isBlank(pramsMap.get("invoiceType"))) { |
|
|
|
if (StringUtils.isBlank(pramsMap.get("invoiceType"))) { |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
|
try { |
|
|
|
|
|
|
|
|
|
|
|
requestRecordService.saveFailedRequestRecord(singleInvoiceCheckRecord, 0, |
|
|
|
requestRecordService.saveFailedRequestRecord(singleInvoiceCheckRecord, 0, |
|
|
|
JSONObject.toJSONString(R.error("发票类型不能为空!")), "发票类型不能为空!"); |
|
|
|
JSONObject.toJSONString(R.error("发票类型不能为空!")), "发票类型不能为空!"); |
|
|
|
} catch (BaseException e) { |
|
|
|
} catch (BaseException e) { |
|
|
|