推广管理零售公司

master
Caps 6 years ago
parent b9f3ef00e7
commit 293602eea0

@ -487,7 +487,7 @@ public class RetailCompanyService {
if (l2 == null || l1 == null || l2 == 0) {
return 0;
} else {
return Math.round((l1 / l2));
return Math.round((Float.parseFloat(l1.toString()) / Float.parseFloat(l2.toString())));
}
}

Loading…
Cancel
Save