BlBingRenGDMapper.xml 725 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
  3. <mapper namespace="com.xinxin.topro.pubservice.oraclemapper.BlBingRenGDMapper" >
  4. <resultMap id="BaseResultMap" type="com.xinxin.topro.pubservice.oraclemodel.BlBingRenGD" >
  5. <id column="bingrenzyid" property="bingrenzyid" jdbcType="VARCHAR" />
  6. <result column="bingligdbz" property="bingligdbz" jdbcType="VARCHAR" />
  7. </resultMap>
  8. <select id="selectByPatientNo" resultMap="BaseResultMap" parameterType="java.lang.String" >
  9. SELECT bingrenzyid,bingligdbz from BL_BINGLIGDXX
  10. WHERE bingrenzyid = #{patientNo,jdbcType=VARCHAR}
  11. </select>
  12. </mapper>