|
@@ -6,7 +6,7 @@
|
|
|
WARNING - @mbg.generated
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
- <id column="ID" jdbcType="DECIMAL" property="id" />
|
|
|
+ <id column="ID" jdbcType="VARCHAR" property="id" />
|
|
|
<result column="WPID" jdbcType="VARCHAR" property="wpid" />
|
|
|
<result column="WTID" jdbcType="VARCHAR" property="wtid" />
|
|
|
<result column="STATEJUDGMENT" jdbcType="VARCHAR" property="statejudgment" />
|
|
@@ -110,7 +110,7 @@
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from STATEJUDGMENTRECORD
|
|
|
- where ID = #{id,jdbcType=DECIMAL}
|
|
|
+ where ID = #{id,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.Short">
|
|
|
<!--
|
|
@@ -118,7 +118,7 @@
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
delete from STATEJUDGMENTRECORD
|
|
|
- where ID = #{id,jdbcType=DECIMAL}
|
|
|
+ where ID = #{id,jdbcType=VARCHAR}
|
|
|
</delete>
|
|
|
<delete id="deleteByExample" parameterType="com.gyee.frame.model.auto.StatejudgmentrecordExample">
|
|
|
<!--
|
|
@@ -137,7 +137,7 @@
|
|
|
-->
|
|
|
insert into STATEJUDGMENTRECORD (ID, WPID, WTID,
|
|
|
STATEJUDGMENT)
|
|
|
- values (#{id,jdbcType=DECIMAL}, #{wpid,jdbcType=VARCHAR}, #{wtid,jdbcType=VARCHAR},
|
|
|
+ values (#{id,jdbcType=VARCHAR}, #{wpid,jdbcType=VARCHAR}, #{wtid,jdbcType=VARCHAR},
|
|
|
#{statejudgment,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.gyee.frame.model.auto.Statejudgmentrecord">
|
|
@@ -162,7 +162,7 @@
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
|
- #{id,jdbcType=DECIMAL},
|
|
|
+ #{id,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="wpid != null">
|
|
|
#{wpid,jdbcType=VARCHAR},
|
|
@@ -193,7 +193,7 @@
|
|
|
update STATEJUDGMENTRECORD
|
|
|
<set>
|
|
|
<if test="record.id != null">
|
|
|
- ID = #{record.id,jdbcType=DECIMAL},
|
|
|
+ ID = #{record.id,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.wpid != null">
|
|
|
WPID = #{record.wpid,jdbcType=VARCHAR},
|
|
@@ -215,7 +215,7 @@
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
update STATEJUDGMENTRECORD
|
|
|
- set ID = #{record.id,jdbcType=DECIMAL},
|
|
|
+ set ID = #{record.id,jdbcType=VARCHAR},
|
|
|
WPID = #{record.wpid,jdbcType=VARCHAR},
|
|
|
WTID = #{record.wtid,jdbcType=VARCHAR},
|
|
|
STATEJUDGMENT = #{record.statejudgment,jdbcType=VARCHAR}
|
|
@@ -240,7 +240,7 @@
|
|
|
STATEJUDGMENT = #{statejudgment,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
</set>
|
|
|
- where ID = #{id,jdbcType=DECIMAL}
|
|
|
+ where ID = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.gyee.frame.model.auto.Statejudgmentrecord">
|
|
|
<!--
|
|
@@ -251,6 +251,6 @@
|
|
|
set WPID = #{wpid,jdbcType=VARCHAR},
|
|
|
WTID = #{wtid,jdbcType=VARCHAR},
|
|
|
STATEJUDGMENT = #{statejudgment,jdbcType=VARCHAR}
|
|
|
- where ID = #{id,jdbcType=DECIMAL}
|
|
|
+ where ID = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper>
|