录单+价保

This commit is contained in:
雷欧(林平凡)
2025-05-29 16:54:45 +08:00
parent cdc81cd91c
commit 74e42a3d6f
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ public class JDScheduleJob {
for (OrderRow orderRow : orderRows) {
orderUtil.orderToWx(orderRow, true);
orderUtil.orderToWx(orderRow, true,false);
}

View File

@@ -289,7 +289,7 @@ public class JDUtil {
if (!priceProtectedOrders.isEmpty()) {
//调用 orderUtil.orderToWx(orderRow, true);
priceProtectedOrders.forEach(orderRow -> orderUtil.orderToWx(orderRow, true, true));
// 可选:发送具体的订单信息给用户
orderUtil.orderToWxBatch(priceProtectedOrders);
} else {