|
|
@@ -19,7 +19,7 @@
|
|
|
<result column="pi_total" jdbcType="DOUBLE" property="pi_total" />
|
|
|
<result column="pi_recordmanid" jdbcType="INTEGER" property="pi_recordmanid" />
|
|
|
<result column="pi_recordman" jdbcType="VARCHAR" property="pi_recordman" />
|
|
|
- <result column="pi_recorddate" jdbcType="TIMESTAMP" property="pi_recorddate" />
|
|
|
+ <result column="pi_recorddate" jdbcType="TIMESTAMP" property="createTime" />
|
|
|
<result column="pi_status" jdbcType="VARCHAR" property="pi_status" />
|
|
|
<result column="pi_statuscode" jdbcType="VARCHAR" property="pi_statuscode" />
|
|
|
<result column="pi_printstatus" jdbcType="VARCHAR" property="pi_printstatus" />
|
|
|
@@ -120,7 +120,7 @@
|
|
|
<if test="pi_recordman != null">
|
|
|
pi_recordman,
|
|
|
</if>
|
|
|
- <if test="pi_recorddate != null">
|
|
|
+ <if test="createTime != null">
|
|
|
pi_recorddate,
|
|
|
</if>
|
|
|
<if test="pi_status != null">
|
|
|
@@ -213,8 +213,8 @@
|
|
|
<if test="pi_recordman != null">
|
|
|
#{pi_recordman,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="pi_recorddate != null">
|
|
|
- #{pi_recorddate,jdbcType=TIMESTAMP},
|
|
|
+ <if test="createTime != null">
|
|
|
+ #{createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="pi_status != null">
|
|
|
#{pi_status,jdbcType=VARCHAR},
|
|
|
@@ -309,8 +309,8 @@
|
|
|
<if test="pi_recordman != null">
|
|
|
pi_recordman = #{pi_recordman,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="pi_recorddate != null">
|
|
|
- pi_recorddate = #{pi_recorddate,jdbcType=TIMESTAMP},
|
|
|
+ <if test="createTime != null">
|
|
|
+ pi_recorddate = #{createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="pi_status != null">
|
|
|
pi_status = #{pi_status,jdbcType=VARCHAR},
|
|
|
@@ -373,7 +373,7 @@
|
|
|
pi_total = #{pi_total,jdbcType=DOUBLE},
|
|
|
pi_recordmanid = #{pi_recordmanid,jdbcType=INTEGER},
|
|
|
pi_recordman = #{pi_recordman,jdbcType=VARCHAR},
|
|
|
- pi_recorddate = #{pi_recorddate,jdbcType=TIMESTAMP},
|
|
|
+ pi_recorddate = #{createTime,jdbcType=TIMESTAMP},
|
|
|
pi_status = #{pi_status,jdbcType=VARCHAR},
|
|
|
pi_statuscode = #{pi_statuscode,jdbcType=VARCHAR},
|
|
|
pi_printstatus = #{pi_printstatus,jdbcType=VARCHAR},
|
|
|
@@ -408,7 +408,7 @@
|
|
|
pi_total = #{pi_total,jdbcType=DOUBLE},
|
|
|
pi_recordmanid = #{pi_recordmanid,jdbcType=INTEGER},
|
|
|
pi_recordman = #{pi_recordman,jdbcType=VARCHAR},
|
|
|
- pi_recorddate = #{pi_recorddate,jdbcType=TIMESTAMP},
|
|
|
+ pi_recorddate = #{createTime,jdbcType=TIMESTAMP},
|
|
|
pi_status = #{pi_status,jdbcType=VARCHAR},
|
|
|
pi_statuscode = #{pi_statuscode,jdbcType=VARCHAR},
|
|
|
pi_printstatus = #{pi_printstatus,jdbcType=VARCHAR},
|