|
|
@@ -22,7 +22,7 @@
|
|
|
<result column="cu_recordman" jdbcType="VARCHAR" property="cu_recordman" />
|
|
|
<result column="cu_recorddate" jdbcType="TIMESTAMP" property="cu_recorddate" />
|
|
|
<result column="companyid" jdbcType="INTEGER" property="companyId" />
|
|
|
- <result column="updaterId" jdbcType="INTEGER" property="updaterId" />
|
|
|
+ <result column="updaterid" jdbcType="INTEGER" property="updaterId" />
|
|
|
<result column="updatetime" jdbcType="TIMESTAMP" property="updateTime" />
|
|
|
<result column="cu_text1" jdbcType="VARCHAR" property="cu_text1" />
|
|
|
<result column="cu_text2" jdbcType="VARCHAR" property="cu_text2" />
|
|
|
@@ -36,7 +36,7 @@
|
|
|
cu_id, cu_code, cu_name, cu_uu, cu_type, cu_begindate, cu_beginaramount, cu_beginprerecamount,
|
|
|
cu_promisedays, cu_taxrate, cu_sellerid, cu_sellercode, cu_sellername, cu_credit,
|
|
|
cu_status, cu_statuscode, cu_recordmanid, cu_recordman, cu_recorddate, companyid,
|
|
|
- updaterId, updatetime, cu_text1, cu_text2, cu_text3, cu_text4, cu_text5, cu_leftamount,
|
|
|
+ updaterid, updatetime, cu_text1, cu_text2, cu_text3, cu_text4, cu_text5, cu_leftamount,
|
|
|
cu_recamount
|
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
|
@@ -56,7 +56,7 @@
|
|
|
cu_taxrate, cu_sellerid, cu_sellercode,
|
|
|
cu_sellername, cu_credit, cu_status,
|
|
|
cu_statuscode, cu_recordmanid, cu_recordman,
|
|
|
- cu_recorddate, companyid, updaterId,
|
|
|
+ cu_recorddate, companyid, updaterid,
|
|
|
updatetime, cu_text1, cu_text2,
|
|
|
cu_text3, cu_text4, cu_text5,
|
|
|
cu_leftamount, cu_recamount)
|
|
|
@@ -66,7 +66,7 @@
|
|
|
#{cu_taxrate,jdbcType=DOUBLE}, #{cu_sellerid,jdbcType=INTEGER}, #{cu_sellercode,jdbcType=VARCHAR},
|
|
|
#{cu_sellername,jdbcType=VARCHAR}, #{cu_credit,jdbcType=DOUBLE}, #{cu_status,jdbcType=VARCHAR},
|
|
|
#{cu_statuscode,jdbcType=VARCHAR}, #{cu_recordmanid,jdbcType=INTEGER}, #{cu_recordman,jdbcType=VARCHAR},
|
|
|
- #{cu_recorddate,jdbcType=TIMESTAMP}, #{companyid,jdbcType=INTEGER}, #{updaterId,jdbcType=INTEGER},
|
|
|
+ #{cu_recorddate,jdbcType=TIMESTAMP}, #{companyid,jdbcType=INTEGER}, #{updaterid,jdbcType=INTEGER},
|
|
|
#{updatetime,jdbcType=TIMESTAMP}, #{cu_text1,jdbcType=VARCHAR}, #{cu_text2,jdbcType=VARCHAR},
|
|
|
#{cu_text3,jdbcType=VARCHAR}, #{cu_text4,jdbcType=VARCHAR}, #{cu_text5,jdbcType=VARCHAR},
|
|
|
#{cu_leftamount,jdbcType=DOUBLE}, #{cu_recamount,jdbcType=DOUBLE})
|
|
|
@@ -134,8 +134,8 @@
|
|
|
<if test="companyid != null">
|
|
|
companyid,
|
|
|
</if>
|
|
|
- <if test="updaterId != null">
|
|
|
- updaterId,
|
|
|
+ <if test="updaterid != null">
|
|
|
+ updaterid,
|
|
|
</if>
|
|
|
<if test="updatetime != null">
|
|
|
updatetime,
|
|
|
@@ -223,8 +223,8 @@
|
|
|
<if test="companyid != null">
|
|
|
#{companyid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="updaterId != null">
|
|
|
- #{updaterId,jdbcType=INTEGER},
|
|
|
+ <if test="updaterid != null">
|
|
|
+ #{updaterid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="updatetime != null">
|
|
|
#{updatetime,jdbcType=TIMESTAMP},
|
|
|
@@ -312,8 +312,8 @@
|
|
|
<if test="companyid != null">
|
|
|
companyid = #{companyid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="updaterId != null">
|
|
|
- updaterId = #{updaterId,jdbcType=INTEGER},
|
|
|
+ <if test="updaterid != null">
|
|
|
+ updaterid = #{updaterid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="updatetime != null">
|
|
|
updatetime = #{updatetime,jdbcType=TIMESTAMP},
|
|
|
@@ -363,7 +363,7 @@
|
|
|
cu_recordman = #{cu_recordman,jdbcType=VARCHAR},
|
|
|
cu_recorddate = #{cu_recorddate,jdbcType=TIMESTAMP},
|
|
|
companyid = #{companyid,jdbcType=INTEGER},
|
|
|
- updaterId = #{updaterId,jdbcType=INTEGER},
|
|
|
+ updaterid = #{updaterid,jdbcType=INTEGER},
|
|
|
updatetime = #{updatetime,jdbcType=TIMESTAMP},
|
|
|
cu_text1 = #{cu_text1,jdbcType=VARCHAR},
|
|
|
cu_text2 = #{cu_text2,jdbcType=VARCHAR},
|