Edit D:\rfid\libsystem\WEB-INF\classes\com\jishen\libsystem\mapping\EbZyScanlogMapper.xml
<?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.jishen.libsystem.dao.EbZyScanlogMapper"> <resultMap id="BaseResultMap" type="com.jishen.libsystem.entity.EbZyScanlog"> <id column="ID" jdbcType="DECIMAL" property="id" /> <result column="LOGSTAMP" jdbcType="VARCHAR" property="logstamp" /> <result column="LOGDATE" jdbcType="VARCHAR" property="logdate" /> <result column="AUTHOR" jdbcType="VARCHAR" property="author" /> <result column="TITLE" jdbcType="VARCHAR" property="title" /> <result column="PUBDATE" jdbcType="VARCHAR" property="pubdate" /> <result column="UNAME" jdbcType="VARCHAR" property="uname" /> <result column="CLASSNAME" jdbcType="VARCHAR" property="classname" /> <result column="PUBLISHER" jdbcType="VARCHAR" property="publisher" /> <result column="ISBN" jdbcType="VARCHAR" property="isbn" /> <result column="EXPIRATIONTIME" jdbcType="VARCHAR" property="expirationtime" /> </resultMap> <sql id="Base_Column_List"> ID, LOGSTAMP, LOGDATE, AUTHOR, TITLE, PUBDATE, UNAME, CLASSNAME, PUBLISHER, ISBN, EXPIRATIONTIME </sql> <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from EB_ZY_SCANLOG where ID = #{id,jdbcType=DECIMAL} </select> <delete id="deleteByPrimaryKey" parameterType="java.lang.Long"> delete from EB_ZY_SCANLOG where ID = #{id,jdbcType=DECIMAL} </delete> <insert id="insert" parameterType="com.jishen.libsystem.entity.EbZyScanlog"> insert into EB_ZY_SCANLOG (ID, LOGSTAMP, LOGDATE, AUTHOR, TITLE, PUBDATE, UNAME, CLASSNAME, PUBLISHER, ISBN, EXPIRATIONTIME) values (#{id,jdbcType=DECIMAL}, #{logstamp,jdbcType=VARCHAR}, #{logdate,jdbcType=VARCHAR}, #{author,jdbcType=VARCHAR}, #{title,jdbcType=VARCHAR}, #{pubdate,jdbcType=VARCHAR}, #{uname,jdbcType=VARCHAR}, #{classname,jdbcType=VARCHAR}, #{publisher,jdbcType=VARCHAR}, #{isbn,jdbcType=VARCHAR}, #{expirationtime,jdbcType=VARCHAR}) </insert> <insert id="insertSelective" parameterType="com.jishen.libsystem.entity.EbZyScanlog"> insert into EB_ZY_SCANLOG <trim prefix="(" suffix=")" suffixOverrides=","> <if test="id != null"> ID, </if> <if test="logstamp != null"> LOGSTAMP, </if> <if test="logdate != null"> LOGDATE, </if> <if test="author != null"> AUTHOR, </if> <if test="title != null"> TITLE, </if> <if test="pubdate != null"> PUBDATE, </if> <if test="uname != null"> UNAME, </if> <if test="classname != null"> CLASSNAME, </if> <if test="publisher != null"> PUBLISHER, </if> <if test="isbn != null"> ISBN, </if> <if test="expirationtime != null"> EXPIRATIONTIME, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="id != null"> #{id,jdbcType=DECIMAL}, </if> <if test="logstamp != null"> #{logstamp,jdbcType=VARCHAR}, </if> <if test="logdate != null"> #{logdate,jdbcType=VARCHAR}, </if> <if test="author != null"> #{author,jdbcType=VARCHAR}, </if> <if test="title != null"> #{title,jdbcType=VARCHAR}, </if> <if test="pubdate != null"> #{pubdate,jdbcType=VARCHAR}, </if> <if test="uname != null"> #{uname,jdbcType=VARCHAR}, </if> <if test="classname != null"> #{classname,jdbcType=VARCHAR}, </if> <if test="publisher != null"> #{publisher,jdbcType=VARCHAR}, </if> <if test="isbn != null"> #{isbn,jdbcType=VARCHAR}, </if> <if test="expirationtime != null"> #{expirationtime,jdbcType=VARCHAR}, </if> </trim> </insert> <update id="updateByPrimaryKeySelective" parameterType="com.jishen.libsystem.entity.EbZyScanlog"> update EB_ZY_SCANLOG <set> <if test="logstamp != null"> LOGSTAMP = #{logstamp,jdbcType=VARCHAR}, </if> <if test="logdate != null"> LOGDATE = #{logdate,jdbcType=VARCHAR}, </if> <if test="author != null"> AUTHOR = #{author,jdbcType=VARCHAR}, </if> <if test="title != null"> TITLE = #{title,jdbcType=VARCHAR}, </if> <if test="pubdate != null"> PUBDATE = #{pubdate,jdbcType=VARCHAR}, </if> <if test="uname != null"> UNAME = #{uname,jdbcType=VARCHAR}, </if> <if test="classname != null"> CLASSNAME = #{classname,jdbcType=VARCHAR}, </if> <if test="publisher != null"> PUBLISHER = #{publisher,jdbcType=VARCHAR}, </if> <if test="isbn != null"> ISBN = #{isbn,jdbcType=VARCHAR}, </if> <if test="expirationtime != null"> EXPIRATIONTIME = #{expirationtime,jdbcType=VARCHAR}, </if> </set> where ID = #{id,jdbcType=DECIMAL} </update> <update id="updateByPrimaryKey" parameterType="com.jishen.libsystem.entity.EbZyScanlog"> update EB_ZY_SCANLOG set LOGSTAMP = #{logstamp,jdbcType=VARCHAR}, LOGDATE = #{logdate,jdbcType=VARCHAR}, AUTHOR = #{author,jdbcType=VARCHAR}, TITLE = #{title,jdbcType=VARCHAR}, PUBDATE = #{pubdate,jdbcType=VARCHAR}, UNAME = #{uname,jdbcType=VARCHAR}, CLASSNAME = #{classname,jdbcType=VARCHAR}, PUBLISHER = #{publisher,jdbcType=VARCHAR}, ISBN = #{isbn,jdbcType=VARCHAR}, EXPIRATIONTIME = #{expirationtime,jdbcType=VARCHAR} where ID = #{id,jdbcType=DECIMAL} </update> </mapper>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de