|
|
|
@ -1062,6 +1062,7 @@ public class CarFfnlgTrgtServiceImpl extends EgovAbstractServiceImpl implements
|
|
|
|
List<CarFfnlgTrgtVO> updatedRows = modifyData.getUpdatedRows();
|
|
|
|
List<CarFfnlgTrgtVO> updatedRows = modifyData.getUpdatedRows();
|
|
|
|
if (updatedRows != null && !updatedRows.isEmpty()) {
|
|
|
|
if (updatedRows != null && !updatedRows.isEmpty()) {
|
|
|
|
for (CarFfnlgTrgtVO vo : updatedRows) {
|
|
|
|
for (CarFfnlgTrgtVO vo : updatedRows) {
|
|
|
|
|
|
|
|
vo.setTaskPrcsYmd(LocalDate.now().format(DATE_FORMATTER));
|
|
|
|
result += mapper.updateTaskPrcsSttsCdAndRmrk(vo);
|
|
|
|
result += mapper.updateTaskPrcsSttsCdAndRmrk(vo);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|