录单+价保
This commit is contained in:
@@ -285,7 +285,7 @@ public class JDScheduleJob {
|
||||
|
||||
for (OrderRow orderRow : orderRows) {
|
||||
|
||||
orderUtil.orderToWx(orderRow, true);
|
||||
orderUtil.orderToWx(orderRow, true,false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user