zxl
8 天以前 2bd4d8e3d31a47cf4b7c0c8a80f946af0d8fff6e
framework/src/main/java/cn/lili/modules/goods/sku/GoodsSkuBuilder.java
@@ -64,7 +64,7 @@
        Map<String, Object> specMap = new LinkedHashMap<>();
        // 原始规格项
        String[] ignoreOriginKeys = {"id", "sn", "cost", "price", "quantity", "weight", "alertQuantity"};
        String[] ignoreOriginKeys = {"id", "sn", "cost", "price", "quantity", "weight", "alertQuantity","couponId","couponName"};
        //获取规格信息
        for (Map.Entry<String, Object> spec : skuInfo.entrySet()) {
            //保存新增规格信息