瀏覽代碼

Merge branch 'dev' of ssh://10.10.100.21/source/saas-platform into dev

rainco 7 年之前
父節點
當前提交
5eb4a56f29
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      applications/money/money-server/src/main/resources/mapper/RecbalancedetMapper.xml

+ 6 - 6
applications/money/money-server/src/main/resources/mapper/RecbalancedetMapper.xml

@@ -6,7 +6,7 @@
     <result column="rd_rbid" jdbcType="INTEGER" property="rd_rbid" />
     <result column="rd_rbid" jdbcType="INTEGER" property="rd_rbid" />
     <result column="rd_detno" jdbcType="INTEGER" property="rd_detno" />
     <result column="rd_detno" jdbcType="INTEGER" property="rd_detno" />
     <result column="rd_ym" jdbcType="INTEGER" property="rd_ym" />
     <result column="rd_ym" jdbcType="INTEGER" property="rd_ym" />
-    <result column="pb_date" property="pb_date" jdbcType="TIMESTAMP" />
+    <result column="rb_date" property="rb_date" jdbcType="TIMESTAMP" />
     <result column="rd_bankid" jdbcType="INTEGER" property="rd_bankid" />
     <result column="rd_bankid" jdbcType="INTEGER" property="rd_bankid" />
     <result column="rd_bankcode" jdbcType="VARCHAR" property="rd_bankcode" />
     <result column="rd_bankcode" jdbcType="VARCHAR" property="rd_bankcode" />
     <result column="rd_bankname" jdbcType="VARCHAR" property="rd_bankname" />
     <result column="rd_bankname" jdbcType="VARCHAR" property="rd_bankname" />
@@ -127,7 +127,7 @@
       <if test="rd_detno != null">
       <if test="rd_detno != null">
         rd_detno,
         rd_detno,
       </if>
       </if>
-      <if test="pb_date != null">
+      <if test="rb_date != null">
         rd_ym,
         rd_ym,
       </if>
       </if>
       <if test="rd_bankid != null">
       <if test="rd_bankid != null">
@@ -183,8 +183,8 @@
       <if test="rd_detno != null">
       <if test="rd_detno != null">
         #{rd_detno,jdbcType=INTEGER},
         #{rd_detno,jdbcType=INTEGER},
       </if>
       </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>
       <if test="rd_bankid != null">
       <if test="rd_bankid != null">
         #{rd_bankid,jdbcType=INTEGER},
         #{rd_bankid,jdbcType=INTEGER},
@@ -242,8 +242,8 @@
       <if test="rd_detno != null">
       <if test="rd_detno != null">
         rd_detno = #{rd_detno,jdbcType=INTEGER},
         rd_detno = #{rd_detno,jdbcType=INTEGER},
       </if>
       </if>
-      <if test="pb_date != null">
-        rd_ym = CONVERT(date_format(#{pb_date,jdbcType=TIMESTAMP},'%Y%m'),SIGNED),
+      <if test="rb_date != null">
+        rd_ym = CONVERT(date_format(#{rb_date,jdbcType=TIMESTAMP},'%Y%m'),SIGNED),
       </if>
       </if>
       <if test="rd_bankid != null">
       <if test="rd_bankid != null">
         rd_bankid = #{rd_bankid,jdbcType=INTEGER},
         rd_bankid = #{rd_bankid,jdbcType=INTEGER},