|
|
@@ -91,7 +91,7 @@ public class SysRedpacketConfigMoreServiceImpl extends ServiceImpl<SysRedpacketC
|
|
|
@Override
|
|
|
public void changeRedPacketConfig() {
|
|
|
long count = Long.parseLong(redisCache.getCacheObject("sys_config:redPacket.config.newCount"));
|
|
|
- if (count >= 100) {
|
|
|
+ if (count >= 1000) {
|
|
|
String json = redisCache.getCacheObject("sys_config:redPacket.config.new");
|
|
|
if (StringUtil.isNullOrEmpty(json) || json.isEmpty()) {
|
|
|
json = configService.selectConfigByKey("redPacket.config");
|