This commit is contained in:
马三炮 2025-09-16 08:55:56 +08:00
parent 3221baa785
commit c20c941662
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}
/**