This commit is contained in:
aozhiwei 2020-05-14 14:03:20 +08:00
parent 9997b30cd4
commit ef8364a4d4

View File

@ -386,7 +386,7 @@ class ActivityController{
for ($ii = 1; $ii <= count($g_conf_lot_cluster); $ii++) {
$l = $this->getDrawTableConfig($ii);
$weight += $l['jilv'];
if ($weight > $random) {
if ($weight >= $random) {
$key = $ii;
break;
}