|
|
|
@ -134,8 +134,8 @@ public class FpqsServiceImpl extends MpBaseServiceImpl<SignRecordInvoiceDao, TDx |
|
|
|
|
if (recordInvoice == null) { |
|
|
|
|
// 校验失败存储失败扫描信息
|
|
|
|
|
DynamicContextHolder.push(userInfo.getDbName() + DbConstant.BUSINESS_WRITE); |
|
|
|
|
createFailScanInvoice(pramsMap, "发票信息不存在", scanInvoice, userInfo, invoiceType, qsType); |
|
|
|
|
result[1] = "发票信息不存在"; |
|
|
|
|
createFailScanInvoice(pramsMap, "无底账信息", scanInvoice, userInfo, invoiceType, qsType); |
|
|
|
|
result[1] = "无底账信息"; |
|
|
|
|
log.error("发票号码:" + pramsMap.get("invoiceNo") + "签收失败,失败原因:" + result[1]); |
|
|
|
|
return result; |
|
|
|
|
} |
|
|
|
|