销售发票红冲接口返回值调整
This commit is contained in:
parent
56b27e4108
commit
9099239c89
|
@ -130,7 +130,7 @@ public class billSaveAction extends AbstractNCCRestResource {
|
||||||
IVApplicationAggVO returnSaveIVApplicationAggVO = serviceImpl.save(iVApplicationAggVO);
|
IVApplicationAggVO returnSaveIVApplicationAggVO = serviceImpl.save(iVApplicationAggVO);
|
||||||
// Object returnIVApplicationAggVO = PfServiceScmUtil.processBatch("SAVE", "SSCIVA", new IVApplicationAggVO[] { iVApplicationAggVO }, null, null);
|
// Object returnIVApplicationAggVO = PfServiceScmUtil.processBatch("SAVE", "SSCIVA", new IVApplicationAggVO[] { iVApplicationAggVO }, null, null);
|
||||||
if (returnSaveIVApplicationAggVO != null) {
|
if (returnSaveIVApplicationAggVO != null) {
|
||||||
return ResultMessageUtil.toJSON(null, "接口调用成功");
|
return ResultMessageUtil.toJSON(returnApproveSaleInvoiceVOs, "接口调用成功");
|
||||||
} else {
|
} else {
|
||||||
Exception e = new Exception("接口调用失败");
|
Exception e = new Exception("接口调用失败");
|
||||||
return ResultMessageUtil.exceptionToJSON(e);
|
return ResultMessageUtil.exceptionToJSON(e);
|
||||||
|
|
Loading…
Reference in New Issue