|
|
|
@ -139,7 +139,7 @@ public class PoultryReportActvity extends BaseActivity { |
|
|
|
if (rpcList.get(i).getDecimal("FemalePerFeedNumber")!=null){ |
|
|
|
FemalePerFeedNumber = rpcList.get(i).getDecimal("FemalePerFeedNumber")+""; |
|
|
|
} |
|
|
|
if (rpcList.get(i).getDecimal("FemaleEatTime")!=null){ |
|
|
|
if (rpcList.get(i).getDecimal("FemaleEatTime")!=null && rpcList.get(i).getDecimal("FemaleEatTime").compareTo(BigDecimal.ZERO)!=0){ |
|
|
|
FemaleEatTime = rpcList.get(i).getDecimal("FemaleEatTime")+""; |
|
|
|
} |
|
|
|
reportBeanList.add(new PoultryReportBean(rpcList.get(i).getLong("House_ID"),House_Name,Week,FemaleSiTaoNumber |
|
|
|
|