|
|
@@ -13,7 +13,7 @@
|
|
|
<result column="rbd_amount" property="rbd_amount" jdbcType="DOUBLE" />
|
|
|
<result column="rbd_nowbalance" property="rbd_nowbalance" jdbcType="DOUBLE" />
|
|
|
<result column="rbd_remark" property="rbd_remark" jdbcType="VARCHAR" />
|
|
|
- <result column="companyid" property="companyId" jdbcType="INTEGER" />
|
|
|
+ <result column="companyId" property="companyId" jdbcType="INTEGER" />
|
|
|
<result column="updaterId" property="updaterId" jdbcType="INTEGER" />
|
|
|
<result column="updatedate" property="updatedate" jdbcType="TIMESTAMP" />
|
|
|
<result column="rbd_text1" property="rbd_text1" jdbcType="VARCHAR" />
|
|
|
@@ -93,7 +93,7 @@
|
|
|
rbd_remark,
|
|
|
</if>
|
|
|
<if test="companyId != null" >
|
|
|
- companyid,
|
|
|
+ companyId,
|
|
|
</if>
|
|
|
<if test="updaterId != null" >
|
|
|
updaterId,
|
|
|
@@ -207,8 +207,8 @@
|
|
|
<if test="rbd_remark != null" >
|
|
|
rbd_remark = #{rbd_remark,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="companyid != null" >
|
|
|
- companyid = #{companyid,jdbcType=INTEGER},
|
|
|
+ <if test="companyId != null" >
|
|
|
+ companyId = #{companyId,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="updaterId != null" >
|
|
|
updaterId = #{updaterId,jdbcType=INTEGER},
|