Cette révision appartient à :
2025-09-08 09:01:32 +08:00
Parent a4de210c79
révision efa81c4d2c
+1
Voir le fichier
@@ -4846,6 +4846,7 @@ public class ProductService {
}
Product pro = new Product();
pro.setCount(item_count);
pro.setWeight(df.format(100 * length / 100 * 0.128 * item_count));
pro.setPrice(Math.ceil(price * dto.getNumber() + craft_price));
list.add(pro);
}