修改包装纸价格
This commit is contained in:
@@ -5781,6 +5781,7 @@ public class ProductService {
|
||||
if (craft_list.contains("丝带")) {
|
||||
craft_price += Math.max(dto.getPcount(), 1) * 3.5;
|
||||
}
|
||||
count = count * number;
|
||||
for (int i = 0; i < counts.length; i++) {
|
||||
int countItem = counts[i];
|
||||
if (count >= countItem) {
|
||||
|
||||
Reference in New Issue
Block a user