http://pms.iten.co.kr:9999/issues/4877 발신번호정지도 전체 리스트에 나오게
@ae38fd10726c4f3b480351f2abbea786bebe019d
--- src/main/java/itn/let/mjo/msg/web/MjonMsgController.java
+++ src/main/java/itn/let/mjo/msg/web/MjonMsgController.java
... | ... | @@ -1798,13 +1798,27 @@ |
| 1798 | 1798 |
searchVO.setSearchSortAuthYN("Y");
|
| 1799 | 1799 |
} |
| 1800 | 1800 |
|
| 1801 |
- |
|
| 1801 |
+ System.out.println("searchVO.getSearchCondition2() : "+ searchVO.getSearchCondition2());
|
|
| 1802 | 1802 |
if("N".equals(searchVO.getSearchCondition2())) {
|
| 1803 | 1803 |
searchVO.setPhmType("03"); //거부조회
|
| 1804 |
- }else {
|
|
| 1804 |
+ }else if(StringUtils.isEmpty(searchVO.getSearchCondition2())){
|
|
| 1805 |
+ searchVO.setPhmType("");
|
|
| 1806 |
+ }else if( |
|
| 1807 |
+ "Y".equals(searchVO.getSearchCondition2()) |
|
| 1808 |
+ || "H".equals(searchVO.getSearchCondition2()) |
|
| 1809 |
+ || "C".equals(searchVO.getSearchCondition2()) |
|
| 1810 |
+ |
|
| 1811 |
+ ){
|
|
| 1805 | 1812 |
searchVO.setPhmType("01"); //발신조회
|
| 1806 | 1813 |
} |
| 1807 | 1814 |
|
| 1815 |
+ /* |
|
| 1816 |
+ if(pattern.equals("/uss/ion/msg/SendNumberList.do") || pattern.equals("/web/msg/SendNumberList.do")) {
|
|
| 1817 |
+ searchVO.setPhmType("01"); //발신조회
|
|
| 1818 |
+ }else {
|
|
| 1819 |
+ searchVO.setPhmType("03"); //거부조회
|
|
| 1820 |
+ } |
|
| 1821 |
+ */ |
|
| 1808 | 1822 |
|
| 1809 | 1823 |
if(pattern.equals("/uss/ion/msg/SendNumberList.do") || pattern.equals("/web/msg/SendNumberList.do")) {
|
| 1810 | 1824 |
// searchVO.setPhmType("01"); //발신조회
|
--- src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
... | ... | @@ -1589,6 +1589,7 @@ |
| 1589 | 1589 |
</update> |
| 1590 | 1590 |
|
| 1591 | 1591 |
<select id="mjonMsgDAO.selectSendNumberList" parameterClass="mjPhoneMemberVO" resultClass="mjPhoneMemberVO"> |
| 1592 |
+ /* mjonMsgDAO.selectSendNumberList */ |
|
| 1592 | 1593 |
SELECT |
| 1593 | 1594 |
COUNT(A.PHM_ID) OVER() AS totCnt |
| 1594 | 1595 |
, A.PHM_ID AS phmId |
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?