| | |
| | | <result property="xmfl" column="xmfl" jdbcType="VARCHAR"/>
|
| | | <result property="type" column="type" jdbcType="VARCHAR"/>
|
| | | <result property="pationid" column="pationId" jdbcType="VARCHAR"/>
|
| | | <result property="service" column="service" jdbcType="VARCHAR"/>
|
| | | </resultMap>
|
| | |
|
| | | <sql id="Base_Column_List">
|
| | | id,his_xmdm,card_id, |
| | | sqdh,tj_price,fyhj, |
| | | xmfl,type,pationId
|
| | | id,his_xmdm,card_id,
|
| | | sqdh,tj_price,fyhj,
|
| | | xmfl,type,pationId,service
|
| | | </sql>
|
| | |
|
| | |
|
| | | <select id="getCallSfsfByCardId" parameterType="java.util.Map" statementType="CALLABLE">
|
| | | {call getSfsfByCardId(
|
| | | #{cardId,mode=IN,jdbcType=VARCHAR},
|
| | | #{sl,mode=OUT,jdbcType=INTEGER}
|
| | | )}
|
| | | </select>
|
| | | </mapper>
|