修改冷转印价格

This commit is contained in:
2025-09-11 16:10:08 +08:00
parent b40da3a612
commit dc964b8cd7
3 changed files with 9 additions and 8 deletions
@@ -2483,7 +2483,7 @@ public class ProductService {
double baseCount = Math.max(Math.ceil(dto.getCount() * dto.getNumber() / num), 1);
double countNum = Math.max(Math.ceil(dto.getNumber() / num), 1);
int coNumber = dto.getCo_number();
int coNumber = dto.getCo_number() == null ? 1 : dto.getCo_number();
if (coNumber <= 0) {
coNumber = 1;
}