| | |
| | | |
| | | <mapper namespace="kr.wisestone.owl.mapper.IspFieldMapper"> |
| | | |
| | | <select id="find" resultType="java.util.HashMap" parameterType="kr.wisestone.owl.web.condition.IspCondition"> |
| | | <select id="find" resultType="java.util.HashMap" parameterType="kr.wisestone.owl.web.condition.IspFieldCondition"> |
| | | SELECT |
| | | i.id as id, |
| | | i.code as code, |
| | | i.name as name, |
| | | i.manager as manager, |
| | | i.tel as tel, |
| | |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="count" resultType="java.lang.Long" parameterType="kr.wisestone.owl.web.condition.IspCondition"> |
| | | <select id="count" resultType="java.lang.Long" parameterType="kr.wisestone.owl.web.condition.IspFieldCondition"> |
| | | SELECT |
| | | count(i.id) |
| | | FROM |