|
@@ -120,8 +120,10 @@ public class DepartmentItemRankServiceImpl implements DepartmentItemRankService
|
|
|
List<Processing> list = new ArrayList();
|
|
|
if (area.intValue() == 1) {
|
|
|
System.out.println("---------------------------------11");
|
|
|
- System.out.println(this.redisUtil.get("cqzw_yuk_1"));
|
|
|
+ Object cqzw_yuk_1 = this.redisUtil.get("cqzw_yuk_1");
|
|
|
System.out.println("---------------------------------12");
|
|
|
+ System.out.println(this.redisUtil.get("cqzw_yuk_1"));
|
|
|
+ System.out.println("---------------------------------13");
|
|
|
list = JSON.parseArray(JSON.toJSONString(this.redisUtil.get("cqzw_yuk_1")), Processing.class);
|
|
|
} else {
|
|
|
System.out.println("---------------------------------21");
|