| | |
| | | */ |
| | | public void statisticsIntakeAmountDay() throws Exception{ |
| | | int nowYear = Integer.parseInt(DateTime.yyyy()) ; |
| | | int nowMonth = Integer.parseInt(DateTime.mm()) ; |
| | | int nowMonth = Integer.parseInt(DateTime.MM()) ; |
| | | int nowDay = Integer.parseInt(DateTime.dd()) ; |
| | | Date startDt ; |
| | | Date endDt ; |
| | |
| | | */ |
| | | public void statisticsIntakeAmountMonth() throws Exception{ |
| | | int nowYear = Integer.parseInt(DateTime.yyyy()) ; |
| | | int nowMonth = Integer.parseInt(DateTime.mm()) ; |
| | | int nowMonth = Integer.parseInt(DateTime.MM()) ; |
| | | Date startDt ; |
| | | Date endDt ; |
| | | List<StIntakeAmountMonth> list ; |