反清账结果判断优化
This commit is contained in:
		
							parent
							
								
									842cf6c94e
								
							
						
					
					
						commit
						c53f1ce0c4
					
				|  | @ -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; | ||||||
|             } |             } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue