|
@@ -161,7 +161,7 @@ public class SendMsg {
|
|
Long time = redisCache.getCacheObject(key);
|
|
Long time = redisCache.getCacheObject(key);
|
|
if (redisCache.getCacheObject(key) != null) {
|
|
if (redisCache.getCacheObject(key) != null) {
|
|
log.error("{}已有发送:{}, :{}", qwUser.getQwUserName(), qwSopLogs.getId(), time);
|
|
log.error("{}已有发送:{}, :{}", qwUser.getQwUserName(), qwSopLogs.getId(), time);
|
|
- return;
|
|
|
|
|
|
+ continue;
|
|
}
|
|
}
|
|
redisCache.setCacheObject(key, System.currentTimeMillis(), 10, TimeUnit.MINUTES);
|
|
redisCache.setCacheObject(key, System.currentTimeMillis(), 10, TimeUnit.MINUTES);
|
|
for (QwSopCourseFinishTempSetting.Setting content : setting.getSetting()) {
|
|
for (QwSopCourseFinishTempSetting.Setting content : setting.getSetting()) {
|