Commit c38ce76d authored by litengwei's avatar litengwei

省测卡片问题

parent 6d62636e
...@@ -2064,10 +2064,10 @@ public class PlanTaskServiceImpl implements IPlanTaskService { ...@@ -2064,10 +2064,10 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
for (Map<String, Object> map : statics for (Map<String, Object> map : statics
) { ) {
if(map.get("code").equals("xfxchgzb")) { if(map.get("code").equals("xfxchgzb")) {
map.put("value",(hgdw / xcdw)*100); map.put("value",String.valueOf((hgdw / xcdw)*100));
} }
if(map.get("code").equals("xfxclcl")) { if(map.get("code").equals("xfxclcl")) {
map.put("value",(lcdw / xcdw)*100 ); map.put("value",String.valueOf((lcdw / xcdw)*100) );
} }
} }
} }
......
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