RegBusInterHisDao.xml 4.5 KB
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.thinkgem.jeesite.modules.sys.dao.RegBusInterHisDao">
	
  
	<select id="get" resultType="RegBusInterHis">
		SELECT *
		FROM REG_BUS_INTERHIS a 
		WHERE a.id = #{id}
	</select>
	
   <select id="findList" resultType="RegBusInterHis">
		SELECT *
		FROM REG_BUS_INTERHIS a 
		<where>
		
			<if test= "id!= null and id!='' ">
				and a.id = #{id}
			</if>
			<if test= "pcode != null and  pcode !='' ">
				and a.pcode = #{pcode}
			</if>
			<if test= "jkmc != null and jkmc !='' ">
				and a.jkmc = #{jkmc}
			</if>
		</where>
		order by a.CREATEDATE desc
	</select>
	
	<insert id="insert">
		insert into REG_BUS_INTERHIS
			 (
			<if test= "pcode!= null and pcode!='' ">
			pcode,
			</if>
			<if test= "personid!= null and personid!='' ">
			personid,
			</if>
			<if test= "qlrid!= null and qlrid!='' ">
			qlrid,
			</if>
			<if test= "rymc!= null and rymc!='' ">
			rymc,
			</if>
			<if test= "zjhm!= null and zjhm!='' ">
			zjhm,
			</if>
			<if test= "ywh!= null and ywh!='' ">
			ywh,
			</if>
			<if test= "djlx!= null and djlx!='' ">
			djlx,
			</if>
			<if test= "chyw!= null and chyw!='' ">
			chyw,
			</if>
			<if test= "jklx!= null and jklx!='' ">
			jklx,
			</if>
			<if test= "jkmc!= null and jkmc!='' ">
			jkmc,
			</if>
			<if test= "inparam!= null and inparam!='' ">
			inparam,
			</if>
			<if test= "veritydatazt!= null and veritydatazt!='' ">
			veritydatazt,
			</if>
			<if test= "veritydatamsg!= null and veritydatamsg!='' ">
			veritydatamsg,
			</if>
			<if test= "outparam!= null and outparam!='' ">
			outparam,
			</if>
			<if test= "createby!= null and createby!='' ">
			createby,
			</if>
			<if test= "createuser!= null and createuser!='' ">
			createuser,
			</if>
			<if test= "createDate!= null and createDate!='' ">
			CREATEDATE,
			</if> 
			<if test= "id!= null and id!='' ">
			id
			</if>
			) 
			 values 
			 (
			<if test= "pcode!= null and pcode!='' ">
			#{pcode},
			</if>
			<if test= "personid!= null and personid!='' ">
			#{personid},
			</if>
			<if test= "qlrid!= null and qlrid!='' ">
			#{qlrid},
			</if>
			<if test= "rymc!= null and rymc!='' ">
			#{rymc},
			</if>
			<if test= "zjhm!= null and zjhm!='' ">
			#{zjhm},
			</if>
			<if test= "ywh!= null and ywh!='' ">
			#{ywh},
			</if>
			<if test= "djlx!= null and djlx!='' ">
			#{djlx},
			</if>
			<if test= "chyw!= null and chyw!='' ">
			#{chyw},
			</if>
			<if test= "jklx!= null and jklx!='' ">
			#{jklx},
			</if>
			<if test= "jkmc!= null and jkmc!='' ">
			#{jkmc},
			</if>
			<if test= "inparam!= null and inparam!='' ">
			#{inparam},
			</if>
			<if test= "veritydatazt!= null and veritydatazt!='' ">
			#{veritydatazt},
			</if>
			<if test= "veritydatamsg!= null and veritydatamsg!='' ">
			#{veritydatamsg},
			</if>
			<if test= "outparam!= null and outparam!='' ">
			#{outparam},
			</if>
			<if test= "createby!= null and createby!='' ">
			#{createby},
			</if>
			<if test= "createuser!= null and createuser!='' ">
			#{createuser},
			</if>
			<if test= "createDate!= null and createDate!='' ">
			#{createDate},
			</if> 
			<if test= "id!= null and id!='' ">
			#{id}
			</if>
			)
	</insert>
	
	<update id="update">
		update REG_BUS_INTERHIS 
			<set>
				<if test= "id!= null">
				id=#{id},
				</if>
				<if test= "pcode!= null">
				pcode=#{pcode},
				</if>
				<if test= "personid!= null">
				personid=#{personid},
				</if>
				<if test= "qlrid!= null">
				qlrid=#{qlrid},
				</if>
				<if test= "rymc!= null">
				rymc=#{rymc},
				</if>
				<if test= "zjhm!= null">
				zjhm=#{zjhm},
				</if>
				<if test= "ywh!= null">
				ywh=#{ywh},
				</if>
				<if test= "djlx!= null">
				djlx=#{djlx},
				</if>
				<if test= "chyw!= null">
				chyw=#{chyw},
				</if>
				<if test= "jklx!= null">
				jklx=#{jklx},
				</if>
				<if test= "jkmc!= null">
				jkmc=#{jkmc},
				</if>
				<if test= "inparam!= null">
				inparam=#{inparam},
				</if>
				<if test= "veritydatazt!= null">
				veritydatazt=#{veritydatazt},
				</if>
				<if test= "veritydatamsg!= null">
				veritydatamsg=#{veritydatamsg},
				</if>
				<if test= "outparam!= null">
				outparam=#{outparam},
				</if>
				<if test= "createby!= null">
				createby=#{createby},
				</if>
				<if test= "createuser!= null">
				createuser=#{createuser},
				</if>
				<if test= "createDate!= null and createDate!='' ">
				createDate = #{createDate},
				</if> 
			</set>
			 where  id = #{id}
	</update>
	
	 
	
</mapper>