|
|
|
@ -148,7 +148,7 @@ public class InterfaceServiceImplV6 implements InterfaceServiceV6 { |
|
|
|
|
queryMap.put("bzdh",bzdh); |
|
|
|
|
List<OrderProcessInfo> orderProcessInfos = orderProcessInfoMapper.queryOrderInfo(queryMap, null, null); |
|
|
|
|
//过滤留下有效订单,且判断有效订单是否存在开票中、已开票
|
|
|
|
|
esOutput.setZTYPE(OrderInfoContentEnum.INVOICE_ERROR_CODE_OP_E.getKey()); |
|
|
|
|
esOutput.setZTYPE(OrderInfoContentEnum.INVOICE_ERROR_CODE_OP_S.getKey()); |
|
|
|
|
if(orderProcessInfos == null || orderProcessInfos.isEmpty()){ |
|
|
|
|
esOutput.setZMESSAGE("根据报账单号未查询到唯一结算单"); |
|
|
|
|
poCommonResponseParam.setES_OUTPUT(esOutput); |
|
|
|
@ -202,7 +202,7 @@ public class InterfaceServiceImplV6 implements InterfaceServiceV6 { |
|
|
|
|
return poCommonResponseParam; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
esOutput.setZTYPE(OrderInfoContentEnum.INVOICE_ERROR_CODE_OP_S.getKey()); |
|
|
|
|
//esOutput.setZTYPE(OrderInfoContentEnum.INVOICE_ERROR_CODE_OP_S.getKey());
|
|
|
|
|
esOutput.setZMESSAGE("驳回状态更新成功"); |
|
|
|
|
poCommonResponseParam.setES_OUTPUT(esOutput); |
|
|
|
|
return poCommonResponseParam; |
|
|
|
|