equals 코드 수정
This commit is contained in:
parent
856bc61f15
commit
7a1b94f620
@ -1211,7 +1211,7 @@ public class MjonMsgServiceImpl extends EgovAbstractServiceImpl implements MjonM
|
||||
String fileName ="문자 발송 결과 코드 리스트(중계사별)";
|
||||
String sheetTitle = "문자 발송 결과 코드 리스트(중계사별)";
|
||||
|
||||
if(menuType.equals("Kakao")) {
|
||||
if("Kakao".equals(menuType)) {
|
||||
fileName ="카카오 알림톡 발송 결과 코드 리스트(중계사별)";
|
||||
sheetTitle = "카카오 알림톡 발송 결과 코드 리스트(중계사별)" ;
|
||||
}
|
||||
@ -1219,7 +1219,7 @@ public class MjonMsgServiceImpl extends EgovAbstractServiceImpl implements MjonM
|
||||
try{
|
||||
List<MjonMsgResultCodeVO> resultList = new ArrayList<MjonMsgResultCodeVO>();
|
||||
|
||||
if(menuType.equals("Msg")) {
|
||||
if("Msg".equals(menuType)) {
|
||||
resultList = mjonMsgDAO.selectMsgResultCodeListPageing(mjonMsgResultCodeVO);
|
||||
}else{
|
||||
mjonMsgResultCodeVO.setAgentCode("04");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user