反清账结果判断优化

This commit is contained in:
yuxueliang0813 2025-05-27 15:32:16 +08:00
parent 842cf6c94e
commit c53f1ce0c4
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ public class ClearAccountBillOperation extends AbstractOperationServicePlugIn im
prinfo = BusinessDataServiceHelper.loadSingle(dos[i].getPkValue(), dos[i].getDataEntityType().getName()); prinfo = BusinessDataServiceHelper.loadSingle(dos[i].getPkValue(), dos[i].getDataEntityType().getName());
//调用SAP反清账接口更新清账单中反清状态和反清凭证号 //调用SAP反清账接口更新清账单中反清状态和反清凭证号
fqzpzh = sapReversalVoucher(prinfo); fqzpzh = sapReversalVoucher(prinfo);
if (fqzpzh == null) { if (JhzjUtils.isEmpty(fqzpzh)) {
addErrorInfo(prinfo,"反清账失败原因是未获取到SAP反清结果请查看接口日志"); addErrorInfo(prinfo,"反清账失败原因是未获取到SAP反清结果请查看接口日志");
continue; continue;
} }