记得上下班打卡 | git大法好,push需谨慎

Commit a4972ce2 authored by 胡佳晨's avatar 胡佳晨

方法 同步到 admin

parent a0f503dd
...@@ -184,7 +184,7 @@ public class MongoVoUtils { ...@@ -184,7 +184,7 @@ public class MongoVoUtils {
if (i == 0) { if (i == 0) {
vo.add(voItem); vo.add(voItem);
} else { } else {
vo.add(redisVo.get(i - 1)); vo.add(redisVo.get(i));
} }
} }
if (redisVo.size() == 0) { if (redisVo.size() == 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment