优化平台币显示样式不显示小数点,优化中大奖计算
This commit is contained in:
@@ -156,4 +156,12 @@ class DicePlayRecordTest extends BaseModel
|
||||
$query->where('roll_number', '=', $value);
|
||||
}
|
||||
}
|
||||
|
||||
/** 关联 dice_reward_config_record.id(权重测试记录) */
|
||||
public function searchRewardConfigRecordIdAttr($query, $value)
|
||||
{
|
||||
if ($value !== '' && $value !== null) {
|
||||
$query->where('reward_config_record_id', '=', $value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user