修改胶带数量
This commit is contained in:
@@ -4714,7 +4714,7 @@ public class ProductService {
|
||||
{120, 180, 266, 595},
|
||||
{130, 203, 290, 648},
|
||||
};
|
||||
int[] count_list = new int[]{12, 20, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000};
|
||||
int[] count_list = new int[]{10, 20, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000};
|
||||
double[] lengths = {1.2, 1.5, 1.8, 2, 2.4};
|
||||
if ("2".equals(dto.getKind())) {
|
||||
prices = new double[][]{
|
||||
@@ -4733,7 +4733,7 @@ public class ProductService {
|
||||
{100, 168, 230, 251, 550},
|
||||
{110, 175, 250, 275, 564},
|
||||
};
|
||||
count_list = new int[]{12, 20, 30, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000};
|
||||
count_list = new int[]{10, 20, 30, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000};
|
||||
}
|
||||
List<Product> list = new ArrayList<>();
|
||||
double last_price = 0;
|
||||
|
||||
Reference in New Issue
Block a user