자바/Mybatis
자바 Mybatis 자주쓰는 조건문 if, case(choose)
<choose>
<when test='ISEXCEL != null and ISEXCEL.equals("Y")'>
</when>
<otherwise>
</otherwise>
</choose>
<if test='ITEM_CD != null and !ITEM_CD.equals("")'>
</if>
'자바 > Mybatis' 카테고리의 다른 글
자바 마이바티스(Mybatis) 화면 체크(선택)한 순서대로 조회(foreach) (0) | 2020.06.12 |
---|
댓글