Commit e2288888 authored by wuzhilong's avatar wuzhilong

1

parent 88793c27
......@@ -44,7 +44,7 @@ public class CartogramApi {
str=cartogramService.findNanufacturingQuantity(date);
for (int i=0; i < str.size(); i++) {
map=str.get(i);
if(map.get("CODE").toString().equals("0")){
if(map.get("CODE").toString().equals("8")){
list_pz.set(Integer.parseInt(map.get("DD").toString()) - 1, Integer.parseInt(map.get("NUM").toString()));
}
if(map.get("CODE").toString().equals("5")){
......
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