이준호 전자조정시스템 고도화 커밋
- 수정
This commit is contained in:
parent
670c74cffc
commit
7db7ef7514
@ -88,7 +88,7 @@ public class ConciliatorManageController {
|
|||||||
conciliatorManageVO.setSearchSortOrd("desc");
|
conciliatorManageVO.setSearchSortOrd("desc");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(StringUtils.isNotBlank(conciliatorManageVO.getSearchKeyword())){
|
if(StringUtils.isNotBlank(conciliatorManageVO.getSearchKeyword()) && !"3".equals(conciliatorManageVO.getSearchCondition())){
|
||||||
conciliatorManageVO.setSearchKeyword(egovCryptoUtil.encrypt(conciliatorManageVO.getSearchKeyword()));
|
conciliatorManageVO.setSearchKeyword(egovCryptoUtil.encrypt(conciliatorManageVO.getSearchKeyword()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -90,6 +90,9 @@
|
|||||||
<isEqual prepend="AND" property="searchCondition" compareValue="2">
|
<isEqual prepend="AND" property="searchCondition" compareValue="2">
|
||||||
T1.MEM_NAME LIKE CONCAT('%' , #searchKeyword#, '%')
|
T1.MEM_NAME LIKE CONCAT('%' , #searchKeyword#, '%')
|
||||||
</isEqual>
|
</isEqual>
|
||||||
|
<isEqual prepend="AND" property="searchCondition" compareValue="3">
|
||||||
|
DECODE(T2.MEM_DEPT_NMS, NULL , '-', REPLACE(T2.MEM_DEPT_NMS, '부', '')) LIKE CONCAT('%' , #searchKeyword#, '%')
|
||||||
|
</isEqual>
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
<isEqual prepend="AND" property="searchCondition2" compareValue="1">
|
<isEqual prepend="AND" property="searchCondition2" compareValue="1">
|
||||||
TO_CHAR(STR_TO_DATE(T1.MEM_TERM_EN, '%Y%m%d'),'YYYY') = #searchYear#
|
TO_CHAR(STR_TO_DATE(T1.MEM_TERM_EN, '%Y%m%d'),'YYYY') = #searchYear#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user