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

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

sweet 提交 标签接口

parent 83a1f10b
...@@ -145,7 +145,7 @@ public class RedisDataUtils { ...@@ -145,7 +145,7 @@ public class RedisDataUtils {
String[] arrays = data.getShowPosition().split(","); String[] arrays = data.getShowPosition().split(",");
List<String> returnData = new ArrayList<>(); List<String> returnData = new ArrayList<>();
for (String item : arrays) { for (String item : arrays) {
returnData.add(SweetConstant.ManualPosition.valueOf(item).getMessage()); returnData.add(SweetConstant.ManualPosition.getMessage(item));
} }
redisUtil.set(redisKey, returnData); redisUtil.set(redisKey, returnData);
return returnData; return returnData;
......
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