|
@@ -119,10 +119,17 @@ public class DepartmentItemRankServiceImpl implements DepartmentItemRankService
|
|
|
// return BaseResult.ok(processingList);
|
|
|
List<Processing> list = new ArrayList();
|
|
|
if (area.intValue() == 1) {
|
|
|
+ System.out.println("---------------------------------11");
|
|
|
+ System.out.println(this.redisUtil.get("cqzw_yuk_1"));
|
|
|
+ System.out.println("---------------------------------12");
|
|
|
list = JSON.parseArray(JSON.toJSONString(this.redisUtil.get("cqzw_yuk_1")), Processing.class);
|
|
|
} else {
|
|
|
+ System.out.println("---------------------------------21");
|
|
|
+ System.out.println(this.redisUtil.get("cqzw_yuk_2"));
|
|
|
+ System.out.println("---------------------------------22");
|
|
|
list = JSON.parseArray(JSON.toJSONString(this.redisUtil.get("cqzw_yuk_2")), Processing.class);
|
|
|
}
|
|
|
+ System.out.println("---------------------------------3");
|
|
|
List<Processing> processingList = new ArrayList();
|
|
|
int index;
|
|
|
if (list.size() > 10) {
|