Edit D:\rfid\libsystem\WEB-INF\classes\com\jishen\libsystem\mapping\ParCatSubfldhintMapper.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.ParCatSubfldhintMapper"> <resultMap id="BaseResultMap" type="com.jishen.libsystem.entity.ParCatSubfldhint"> <result column="FIELD" jdbcType="CHAR" property="field" /> <result column="SUBFLD" jdbcType="CHAR" property="subfld" /> <result column="HINT" jdbcType="VARCHAR" property="hint" /> <result column="SYMBOL" jdbcType="VARCHAR" property="symbol" /> <result column="NECESS1" jdbcType="CHAR" property="necess1" /> <result column="NECESS3" jdbcType="CHAR" property="necess3" /> <result column="NECESS4" jdbcType="CHAR" property="necess4" /> <result column="REPEAT" jdbcType="CHAR" property="repeat" /> <result column="LENGTH" jdbcType="DECIMAL" property="length" /> </resultMap> <select id="listSelective" parameterType="com.jishen.libsystem.entity.ParCatSubfldhint" resultMap="BaseResultMap"> select * from PAR_CAT_SUBFLDHINT where 1=1 <if test="field != null"> and FIELD = #{field,jdbcType=VARCHAR} </if> </select> <insert id="insert" parameterType="com.jishen.libsystem.entity.ParCatSubfldhint"> insert into PAR_CAT_SUBFLDHINT (FIELD, SUBFLD, HINT, SYMBOL, NECESS1, NECESS3, NECESS4, REPEAT, LENGTH) values (#{field,jdbcType=CHAR}, #{subfld,jdbcType=CHAR}, #{hint,jdbcType=VARCHAR}, #{symbol,jdbcType=VARCHAR}, #{necess1,jdbcType=CHAR}, #{necess3,jdbcType=CHAR}, #{necess4,jdbcType=CHAR}, #{repeat,jdbcType=CHAR}, #{length,jdbcType=DECIMAL}) </insert> <insert id="insertSelective" parameterType="com.jishen.libsystem.entity.ParCatSubfldhint"> insert into PAR_CAT_SUBFLDHINT <trim prefix="(" suffix=")" suffixOverrides=","> <if test="field != null"> FIELD, </if> <if test="subfld != null"> SUBFLD, </if> <if test="hint != null"> HINT, </if> <if test="symbol != null"> SYMBOL, </if> <if test="necess1 != null"> NECESS1, </if> <if test="necess3 != null"> NECESS3, </if> <if test="necess4 != null"> NECESS4, </if> <if test="repeat != null"> REPEAT, </if> <if test="length != null"> LENGTH, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="field != null"> #{field,jdbcType=CHAR}, </if> <if test="subfld != null"> #{subfld,jdbcType=CHAR}, </if> <if test="hint != null"> #{hint,jdbcType=VARCHAR}, </if> <if test="symbol != null"> #{symbol,jdbcType=VARCHAR}, </if> <if test="necess1 != null"> #{necess1,jdbcType=CHAR}, </if> <if test="necess3 != null"> #{necess3,jdbcType=CHAR}, </if> <if test="necess4 != null"> #{necess4,jdbcType=CHAR}, </if> <if test="repeat != null"> #{repeat,jdbcType=CHAR}, </if> <if test="length != null"> #{length,jdbcType=DECIMAL}, </if> </trim> </insert> </mapper>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de