|
|
|
@ -249,13 +249,12 @@ public class HatcheryReportActivity extends BaseActivity { |
|
|
|
if (objList.get(i).getDecimal("DeadRate")!= null){ |
|
|
|
DeadRate = objList.get(i).getDecimal("DeadRate").multiply(new BigDecimal("100")).stripTrailingZeros().toPlainString() + "%"; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
reportBeanList.add(new HatcheryReportBean(i,HatchIncubateDate,BreedFactory_Name,WeekAge |
|
|
|
,HatchIncubateNumber,NumberSurvival_HatchDownTray,NumberDead_HatchDownTray |
|
|
|
,Number_HatchChickOut_Estimated,SurvivalyRate,DeadRate)); |
|
|
|
adapter.notifyDataSetChanged(); |
|
|
|
|
|
|
|
} |
|
|
|
adapter.notifyDataSetChanged(); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
|