Edit D:\rfid\libsystem\WEB-INF\classes\com\jishen\libsystem\mapping\ParCatIndicatorhintMapper.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.ParCatIndicatorhintMapper"> <resultMap id="BaseResultMap" type="com.jishen.libsystem.entity.ParCatIndicatorhint"> <result column="FIELD" jdbcType="CHAR" property="field" /> <result column="TYPE" jdbcType="CHAR" property="type" /> <result column="CODE" jdbcType="CHAR" property="code" /> <result column="HINT" jdbcType="VARCHAR" property="hint" /> </resultMap> <sql id="Base_Column_List"> FIELD, TYPE, CODE, HINT </sql> <select id="listSelective" parameterType="com.jishen.libsystem.entity.ParCatIndicatorhint" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from PAR_CAT_INDICATORHINT where 1=1 <if test="field != null"> and FIELD = #{field,jdbcType=VARCHAR} </if> <if test="type != null"> and TYPE = #{type,jdbcType=VARCHAR} </if> </select> <insert id="insert" parameterType="com.jishen.libsystem.entity.ParCatIndicatorhint"> insert into PAR_CAT_INDICATORHINT (FIELD, TYPE, CODE, HINT ) values (#{field,jdbcType=CHAR}, #{type,jdbcType=CHAR}, #{code,jdbcType=CHAR}, #{hint,jdbcType=VARCHAR} ) </insert> <insert id="insertSelective" parameterType="com.jishen.libsystem.entity.ParCatIndicatorhint"> insert into PAR_CAT_INDICATORHINT <trim prefix="(" suffix=")" suffixOverrides=","> <if test="field != null"> FIELD, </if> <if test="type != null"> TYPE, </if> <if test="code != null"> CODE, </if> <if test="hint != null"> HINT, </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="field != null"> #{field,jdbcType=CHAR}, </if> <if test="type != null"> #{type,jdbcType=CHAR}, </if> <if test="code != null"> #{code,jdbcType=CHAR}, </if> <if test="hint != null"> #{hint,jdbcType=VARCHAR}, </if> </trim> </insert> </mapper>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de