This commit is contained in:
parent
3221baa785
commit
c20c941662
|
|
@ -397,9 +397,9 @@ public class ProvinceScreenServiceImpl implements ProvinceScreenService {
|
|||
fiveOrTen = lineProductionDateList.size() > 0 ? (fiveOrTen * 100) / lineProductionDateList.size() : 0;
|
||||
ten = lineProductionDateList.size() > 0 ? (ten * 100) / lineProductionDateList.size() : 0;
|
||||
}
|
||||
res.put("five",five+"%");
|
||||
res.put("fiveOrTen",fiveOrTen+"%");
|
||||
res.put("ten",ten+"%");
|
||||
res.put("five",five);
|
||||
res.put("fiveOrTen",fiveOrTen);
|
||||
res.put("ten",ten);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue