| | |
| | | if (month2==null){ |
| | | month2=new Month(); |
| | | } |
| | | list.add(month.getJanuary()!=0 ? (month2.getJanuary()/month.getJanuary())/10000 : 0); |
| | | list.add(month.getFebruary()!=0 ? (month2.getFebruary()/month.getFebruary())/10000 : 0); |
| | | list.add(month.getMarch()!=0 ? (month2.getMarch()/month.getMarch())/10000 : 0); |
| | | list.add(month.getApril()!=0 ? (month2.getApril()/month.getApril())/10000 : 0); |
| | | list.add(month.getMay()!=0 ? (month2.getMay()/month.getMay())/10000 : 0); |
| | | list.add(month.getJune()!=0 ? (month2.getJune()/month.getJune())/10000 : 0); |
| | | list.add(month.getJuly()!=0 ? (month2.getJuly()/month.getJuly())/10000 : 0); |
| | | list.add(month.getAugust()!=0 ? (month2.getAugust()/month.getAugust())/10000 : 0); |
| | | list.add(month.getSeptember()!=0 ? (month2.getSeptember()/month.getSeptember())/10000 : 0); |
| | | list.add(month.getOctober()!=0 ? (month2.getOctober()/month.getOctober())/10000 : 0); |
| | | list.add(month.getNovember()!=0 ? (month2.getNovember()/month.getNovember())/10000 : 0); |
| | | list.add(month.getDecember()!=0 ? (month2.getDecember()/month.getDecember())/10000 : 0); |
| | | list.add(month.getJanuary()!=0 ? (month2.getJanuary()/month.getJanuary()) : 0); |
| | | list.add(month.getFebruary()!=0 ? (month2.getFebruary()/month.getFebruary()) : 0); |
| | | list.add(month.getMarch()!=0 ? (month2.getMarch()/month.getMarch()) : 0); |
| | | list.add(month.getApril()!=0 ? (month2.getApril()/month.getApril()) : 0); |
| | | list.add(month.getMay()!=0 ? (month2.getMay()/month.getMay()) : 0); |
| | | list.add(month.getJune()!=0 ? (month2.getJune()/month.getJune()) : 0); |
| | | list.add(month.getJuly()!=0 ? (month2.getJuly()/month.getJuly()) : 0); |
| | | list.add(month.getAugust()!=0 ? (month2.getAugust()/month.getAugust()) : 0); |
| | | list.add(month.getSeptember()!=0 ? (month2.getSeptember()/month.getSeptember()) : 0); |
| | | list.add(month.getOctober()!=0 ? (month2.getOctober()/month.getOctober()) : 0); |
| | | list.add(month.getNovember()!=0 ? (month2.getNovember()/month.getNovember()) : 0); |
| | | list.add(month.getDecember()!=0 ? (month2.getDecember()/month.getDecember()) : 0); |
| | | |
| | | return new ResultUtil<Object>().setData(list); |
| | | } |