| | |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | |
| | | public void chIntakeAmountDay() throws Exception{ |
| | | RmIntakeAmountDay lastAd = null ; |
| | | List<VoIntake> list = dao.selectAllPrIntakes() ; |
| | | //List<VoIntake> list = dao.selectAllPrIntakes() ; |
| | | |
| | | List<VoIntake> list = new ArrayList<>() ; |
| | | VoIntake voIntake = new VoIntake() ; |
| | | voIntake.setIntakeId(2024090522242500007L) ; |
| | | list.add(voIntake) ; |
| | | |
| | | if(list != null && list.size() > 0){ |
| | | for(VoIntake vo : list){ |
| | | lastAd = null ; |