--- src/main/java/itn/com/uss/ion/fms/web/FmsFileController.java
+++ src/main/java/itn/com/uss/ion/fms/web/FmsFileController.java
... | ... | @@ -538,7 +538,7 @@ |
| 538 | 538 |
if(mainzoneVO.getSort() < mainzoneVO.getBeSort() ){ //sortOver : A 후번호로 변경 , D : 선번호로 변경
|
| 539 | 539 |
mainzoneVO.setSortOver("D");
|
| 540 | 540 |
} |
| 541 |
- egovPopupManageService.resetMainVOSort(mainzoneVO); |
|
| 541 |
+ egovPopupManageService.resetSubMainVOSort(mainzoneVO); |
|
| 542 | 542 |
}else if("popupzone".equals(fileVO.getMenuName())) { //매뉴별 비주얼
|
| 543 | 543 |
egovPopupManageService.updatePopupzone(popupzoneVO); |
| 544 | 544 |
if(popupzoneVO.getSort() < popupzoneVO.getBeSort() ){ //sortOver : A 후번호로 변경 , D : 선번호로 변경
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?