Explorar o código

feat(command): 更新产品价格命令中添加新产品ID

- 在PRODUCT_IDS常量中新增产品ID 66489
- 扩展价格更新范围以包含更多产品
shichen hai 4 meses
pai
achega
50b9fdc0ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/command/ProductPriceUpdate.php

+ 1 - 1
app/command/ProductPriceUpdate.php

@@ -13,7 +13,7 @@ class ProductPriceUpdate extends Command
13
     // 变更数量
13
     // 变更数量
14
     const NUMBER = 5;
14
     const NUMBER = 5;
15
 
15
 
16
-    const PRODUCT_IDS = [31053, 32171, 57507, 57506, 33246, 33240];
16
+    const PRODUCT_IDS = [31053, 32171, 57507, 57506, 33246, 33240, 66489];
17
 
17
 
18
     const MER_ID = 3447;
18
     const MER_ID = 3447;
19
 
19