|
|
@@ -6,7 +6,7 @@
|
|
|
<result column="rbd_rbid" property="rbd_rbid" jdbcType="INTEGER" />
|
|
|
<result column="rbd_detno" property="rbd_detno" jdbcType="INTEGER" />
|
|
|
<result column="rbd_ym" property="rbd_ym" jdbcType="INTEGER" />
|
|
|
- <result column="pb_date" property="pb_date" jdbcType="TIMESTAMP" />
|
|
|
+ <result column="rb_date" property="rb_date" jdbcType="TIMESTAMP" />
|
|
|
<result column="rbd_slid" property="rbd_slid" jdbcType="INTEGER" />
|
|
|
<result column="rbd_slcode" property="rbd_slcode" jdbcType="VARCHAR" />
|
|
|
<result column="rbd_slkind" property="rbd_slkind" jdbcType="VARCHAR" />
|
|
|
@@ -69,7 +69,7 @@
|
|
|
<if test="rbd_detno != null" >
|
|
|
rbd_detno,
|
|
|
</if>
|
|
|
- <if test="pb_date != null" >
|
|
|
+ <if test="rb_date != null" >
|
|
|
rbd_ym,
|
|
|
</if>
|
|
|
<if test="rbd_slid != null" >
|
|
|
@@ -125,8 +125,8 @@
|
|
|
<if test="rbd_detno != null" >
|
|
|
#{rbd_detno,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="pb_date != null" >
|
|
|
- CONVERT(date_format(#{pb_date,jdbcType=TIMESTAMP},'%Y%m'),SIGNED),
|
|
|
+ <if test="rb_date != null" >
|
|
|
+ CONVERT(date_format(#{rb_date,jdbcType=TIMESTAMP},'%Y%m'),SIGNED),
|
|
|
</if>
|
|
|
<if test="rbd_slid != null" >
|
|
|
#{rbd_slid,jdbcType=INTEGER},
|
|
|
@@ -184,8 +184,8 @@
|
|
|
<if test="rbd_detno != null" >
|
|
|
rbd_detno = #{rbd_detno,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="pb_date != null" >
|
|
|
- rbd_ym = CONVERT(date_format(#{pb_date,jdbcType=TIMESTAMP},'%Y%m'),SIGNED),
|
|
|
+ <if test="rb_date != null" >
|
|
|
+ rbd_ym = CONVERT(date_format(#{rb_date,jdbcType=TIMESTAMP},'%Y%m'),SIGNED),
|
|
|
</if>
|
|
|
<if test="rbd_slid != null" >
|
|
|
rbd_slid = #{rbd_slid,jdbcType=INTEGER},
|