diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleReturnPluginInitializerToB.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleReturnPluginInitializerToB.java index 161f2669..46e51215 100644 --- a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleReturnPluginInitializerToB.java +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleReturnPluginInitializerToB.java @@ -139,7 +139,7 @@ public class SoSaleReturnPluginInitializerToB extends PluginBaseEntity { //实时执行,每1分钟调度一次 StartAndEndVo startAndEndVo = offsetTimeTime.getCurrentDateRange(); startImplementByStockTime(startAndEndVo.getStart_time(), startAndEndVo.getEnd_time()); - startImplementByTradeTime(startAndEndVo.getStart_time(), startAndEndVo.getEnd_time()); +// startImplementByTradeTime(startAndEndVo.getStart_time(), startAndEndVo.getEnd_time()); } } } catch (Exception e) { @@ -1643,7 +1643,8 @@ public class SoSaleReturnPluginInitializerToB extends PluginBaseEntity { private BdBusitypeEntity u8cOperationFlow() throws Exception { //查询业务流程 //2024年8月6日 11:33:07 具体的业务流程名称,还需要实施提供 - String processName = "TOB销售"; +// String processName = "TOB销售"; + String processName = "TOB退货"; BdBusitypeEntity bdBusitypeEntity = queryBdBusitypeUtil.queryBdBusitype(processName); Assert.notNull(bdBusitypeEntity, "根据业务流程名称({})没有查询到业务流程", processName); return bdBusitypeEntity; @@ -2050,7 +2051,8 @@ public class SoSaleReturnPluginInitializerToB extends PluginBaseEntity { * @author liuyang */ private String createSuccessFulTradeDate(OrderToBHeaderDto orderOutTobHeaderDto) { -// orderOutTobHeaderDto.getHeader().setRefundedAt("2024-11-19 00:00:00"); +// orderOutTobHeaderDto.getHeader().setRefundedAt("2025-07-28 14:49:11"); + String code = null; if (orderOutTobHeaderDto != null && orderOutTobHeaderDto.getHeader() != null) { code = orderOutTobHeaderDto.getHeader().getCode();