|
|
@@ -339,7 +339,7 @@ public class OrderItemsHelper extends BaseClass {
|
|
|
BigDecimal qty = item.getBigDecimalValue("qty");
|
|
|
String itemid = item.getString("itemid");
|
|
|
if (!type.equals("促销订单")) {
|
|
|
- if (!type.equals("促销订单")) {
|
|
|
+ if (!type.equals("特殊订单")) {
|
|
|
if (itemRowsMap.containsKey(itemid)) {
|
|
|
Rows itemRows = itemRowsMap.getOrDefault(itemid, new Rows());
|
|
|
if (itemRows.isNotEmpty()) {
|