|
@@ -18,9 +18,6 @@
|
|
|
<result column="cu_credit" jdbcType="DOUBLE" property="cu_credit" />
|
|
<result column="cu_credit" jdbcType="DOUBLE" property="cu_credit" />
|
|
|
<result column="cu_status" jdbcType="VARCHAR" property="cu_status" />
|
|
<result column="cu_status" jdbcType="VARCHAR" property="cu_status" />
|
|
|
<result column="cu_statuscode" jdbcType="VARCHAR" property="cu_statuscode" />
|
|
<result column="cu_statuscode" jdbcType="VARCHAR" property="cu_statuscode" />
|
|
|
- <result column="cu_recordmanid" jdbcType="INTEGER" property="cu_recordmanid" />
|
|
|
|
|
- <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="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="updatetime" jdbcType="TIMESTAMP" property="updateTime" />
|
|
@@ -36,7 +33,7 @@
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
cu_id, cu_code, cu_name, cu_uu, cu_type, cu_begindate, cu_beginaramount, cu_beginprerecamount,
|
|
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_promisedays, cu_taxrate, cu_sellerid, cu_sellercode, cu_sellername, cu_credit,
|
|
|
- cu_status, cu_statuscode, cu_recordmanid, cu_recordman, cu_recorddate, companyid,
|
|
|
|
|
|
|
+ cu_status, cu_statuscode, 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,cu_preamount
|
|
cu_recamount,cu_preamount
|
|
|
</sql>
|
|
</sql>
|
|
@@ -102,15 +99,6 @@
|
|
|
<if test="cu_statuscode != null">
|
|
<if test="cu_statuscode != null">
|
|
|
cu_statuscode,
|
|
cu_statuscode,
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="cu_recordmanid != null">
|
|
|
|
|
- cu_recordmanid,
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="cu_recordman != null">
|
|
|
|
|
- cu_recordman,
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="cu_recorddate != null">
|
|
|
|
|
- cu_recorddate,
|
|
|
|
|
- </if>
|
|
|
|
|
<if test="companyId != null">
|
|
<if test="companyId != null">
|
|
|
companyid,
|
|
companyid,
|
|
|
</if>
|
|
</if>
|
|
@@ -192,15 +180,6 @@
|
|
|
<if test="cu_statuscode != null">
|
|
<if test="cu_statuscode != null">
|
|
|
#{cu_statuscode,jdbcType=VARCHAR},
|
|
#{cu_statuscode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="cu_recordmanid != null">
|
|
|
|
|
- #{cu_recordmanid,jdbcType=INTEGER},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="cu_recordman != null">
|
|
|
|
|
- #{cu_recordman,jdbcType=VARCHAR},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="cu_recorddate != null">
|
|
|
|
|
- #{cu_recorddate,jdbcType=TIMESTAMP},
|
|
|
|
|
- </if>
|
|
|
|
|
<if test="companyId != null">
|
|
<if test="companyId != null">
|
|
|
#{companyId,jdbcType=INTEGER},
|
|
#{companyId,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
@@ -284,15 +263,6 @@
|
|
|
<if test="cu_statuscode != null">
|
|
<if test="cu_statuscode != null">
|
|
|
cu_statuscode = #{cu_statuscode,jdbcType=VARCHAR},
|
|
cu_statuscode = #{cu_statuscode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="cu_recordmanid != null">
|
|
|
|
|
- cu_recordmanid = #{cu_recordmanid,jdbcType=INTEGER},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="cu_recordman != null">
|
|
|
|
|
- cu_recordman = #{cu_recordman,jdbcType=VARCHAR},
|
|
|
|
|
- </if>
|
|
|
|
|
- <if test="cu_recorddate != null">
|
|
|
|
|
- cu_recorddate = #{cu_recorddate,jdbcType=TIMESTAMP},
|
|
|
|
|
- </if>
|
|
|
|
|
<if test="companyId != null">
|
|
<if test="companyId != null">
|
|
|
companyid = #{companyId,jdbcType=INTEGER},
|
|
companyid = #{companyId,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
@@ -346,9 +316,6 @@
|
|
|
cu_credit = #{cu_credit,jdbcType=DOUBLE},
|
|
cu_credit = #{cu_credit,jdbcType=DOUBLE},
|
|
|
cu_status = #{cu_status,jdbcType=VARCHAR},
|
|
cu_status = #{cu_status,jdbcType=VARCHAR},
|
|
|
cu_statuscode = #{cu_statuscode,jdbcType=VARCHAR},
|
|
cu_statuscode = #{cu_statuscode,jdbcType=VARCHAR},
|
|
|
- cu_recordmanid = #{cu_recordmanid,jdbcType=INTEGER},
|
|
|
|
|
- cu_recordman = #{cu_recordman,jdbcType=VARCHAR},
|
|
|
|
|
- cu_recorddate = #{cu_recorddate,jdbcType=TIMESTAMP},
|
|
|
|
|
companyid = #{companyid,jdbcType=INTEGER},
|
|
companyid = #{companyid,jdbcType=INTEGER},
|
|
|
updaterid = #{updaterid,jdbcType=INTEGER},
|
|
updaterid = #{updaterid,jdbcType=INTEGER},
|
|
|
updatetime = #{updatetime,jdbcType=TIMESTAMP},
|
|
updatetime = #{updatetime,jdbcType=TIMESTAMP},
|