幸运25-后台-配置-保存inputJudgeThreshold

This commit is contained in:
khalil
2025-05-12 14:52:40 +08:00
parent b6545c4ca9
commit fe31959e7a

View File

@@ -146,10 +146,12 @@ public class Lucky25PoolAdminService {
if (null != vo.getProductionRatio()) {
partitionConfig.setProductionRatio_N(vo.getProductionRatio());
}
if (null != vo.getHighRechargeThreshold()){
partitionConfig.setHighRechargeThreshold_M(vo.getHighRechargeThreshold());
}
if (null != vo.getJudgeInputThreshold()){
partitionConfig.setJudgeInputThreshold(vo.getJudgeInputThreshold());
}
if (null != vo.getHighPoolEntreProductionRatio()){
partitionConfig.setHighPoolEntreProductionRatio(vo.getHighPoolEntreProductionRatio());
}