|
|
|
@ -130,14 +130,14 @@ public class PoultryReportChandanActvity extends BaseActivity { |
|
|
|
if (rpcList.get(i).getInt("MaleSiTaoNumber")!=null){ |
|
|
|
MaleSiTaoNumber = rpcList.get(i).getInt("MaleSiTaoNumber")+""; |
|
|
|
} |
|
|
|
if (rpcList.get(i).getDecimal("FemaleSurvivalRate")!=null){ |
|
|
|
danzhong = rpcList.get(i).getDecimal("FemaleSurvivalRate").multiply(new BigDecimal("100")).stripTrailingZeros().toPlainString()+"%"; |
|
|
|
if (rpcList.get(i).getDecimal("AvgEggWeight")!=null){ |
|
|
|
danzhong = rpcList.get(i).getDecimal("AvgEggWeight")+""; |
|
|
|
} |
|
|
|
if (rpcList.get(i).getDecimal("MaleSurvivalRate")!=null){ |
|
|
|
chandanlv = rpcList.get(i).getDecimal("MaleSurvivalRate").multiply(new BigDecimal("100")).stripTrailingZeros().toPlainString()+"%"; |
|
|
|
if (rpcList.get(i).getDecimal("EggDayRate")!=null){ |
|
|
|
chandanlv = rpcList.get(i).getDecimal("EggDayRate").multiply(new BigDecimal("100")).stripTrailingZeros().toPlainString()+"%"; |
|
|
|
} |
|
|
|
if (rpcList.get(i).getDecimal("MaleSurvivalRate")!=null){ |
|
|
|
chandanlvfudong = rpcList.get(i).getDecimal("MaleSurvivalRate").multiply(new BigDecimal("100")).stripTrailingZeros().toPlainString()+"%"; |
|
|
|
if (rpcList.get(i).getDecimal("EggDayRateFloat")!=null){ |
|
|
|
chandanlvfudong = rpcList.get(i).getDecimal("EggDayRateFloat").multiply(new BigDecimal("100")).stripTrailingZeros().toPlainString()+"%"; |
|
|
|
} |
|
|
|
if (rpcList.get(i).getDecimal("FemalePerFeedNumber")!=null){ |
|
|
|
FemalePerFeedNumber = rpcList.get(i).getDecimal("FemalePerFeedNumber")+""; |
|
|
|
|