|
|
|
@ -1500,6 +1500,7 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
.put(OrderManagementConstant.MESSAGE, excuSingle.get(OrderManagementConstant.MESSAGE)); |
|
|
|
|
} |
|
|
|
|
//负数订单保存后,删除SAP传过来的结算单
|
|
|
|
|
if(ObjectUtil.isNotNull(op)){ |
|
|
|
|
log.debug("{}订单保存后,根据填写的报账单号删除SAP传过来的结算单"); |
|
|
|
|
if(ConfigureConstant.STRING_1.equals(op.getOrderStatus())){ |
|
|
|
|
log.debug("{}订单保存后,根据填写的报账单号删除SAP传过来的结算单,已经是删除状态"); |
|
|
|
@ -1514,6 +1515,7 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
log.debug("{}订单保存后,根据填写的报账单号删除SAP传过来的结算单成功"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
Map<String, PageSld> sldMap = new HashMap<>(2); |
|
|
|
|
PageSld pageSld = new PageSld(); |
|
|
|
|
pageSld.setSldid(sld); |
|
|
|
|