录单+价保

This commit is contained in:
雷欧(林平凡)
2025-05-29 17:05:47 +08:00
parent 74e42a3d6f
commit 5a02bdaedd
2 changed files with 39 additions and 24 deletions

View File

@@ -289,13 +289,12 @@ public class JDUtil {
if (!priceProtectedOrders.isEmpty()) {
//调用 orderUtil.orderToWx(orderRow, true);
priceProtectedOrders.forEach(orderRow -> orderUtil.orderToWx(orderRow, true, true));
//priceProtectedOrders.forEach(orderRow -> orderUtil.orderToWx(orderRow, true, true));
// 可选:发送具体的订单信息给用户
orderUtil.orderToWxBatch(priceProtectedOrders);
orderUtil.orderToWxBatchForJB(priceProtectedOrders);
} else {
wxUtil.sendTextMessage(fromWxid, "没有找到符合条件的价保订单。", 1, fromWxid, false);
}
break;
}