Edit D:\rfid\libsystem\WEB-INF\classes\com\jishen\libsystem\mapping\LibAcqAllocationMapper.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.LibAcqAllocationMapper"> <resultMap id="BaseResultMap" type="com.jishen.libsystem.entity.LibAcqAllocation"> <result column="LIBCODE" jdbcType="VARCHAR" property="libcode" /> <result column="LOCCODE" jdbcType="VARCHAR" property="loccode" /> <result column="COPIES" jdbcType="DECIMAL" property="copies" /> <result column="ORDERID" jdbcType="DECIMAL" property="orderid" /> <result column="DOCTYPE" jdbcType="VARCHAR" property="doctype" /> </resultMap> <insert id="insert" parameterType="com.jishen.libsystem.entity.LibAcqAllocation"> insert into LIB_ACQ_ALLOCATION (LIBCODE, LOCCODE, COPIES, ORDERID, DOCTYPE) values (#{libcode,jdbcType=VARCHAR}, #{loccode,jdbcType=VARCHAR}, #{copies,jdbcType=DECIMAL}, #{orderid,jdbcType=DECIMAL}, #{doctype,jdbcType=VARCHAR}) </insert> <insert id="insertSelective" parameterType="com.jishen.libsystem.entity.LibAcqAllocation"> insert into LIB_ACQ_ALLOCATION <trim prefix="(" suffix=")" suffixOverrides=","> <if test="libcode != null"> LIBCODE, </if> <if test="loccode != null"> LOCCODE, </if> <if test="copies != null"> COPIES, </if> <if test="orderid != null"> ORDERID, </if> <if test="doctype != null"> DOCTYPE, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="libcode != null"> #{libcode,jdbcType=VARCHAR}, </if> <if test="loccode != null"> #{loccode,jdbcType=VARCHAR}, </if> <if test="copies != null"> #{copies,jdbcType=DECIMAL}, </if> <if test="orderid != null"> #{orderid,jdbcType=DECIMAL}, </if> <if test="doctype != null"> #{doctype,jdbcType=VARCHAR}, </if> </trim> </insert> </mapper>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de