Commit 18c9d254 by 徐高华

朋友圈

parent 2bd7e748
......@@ -5,8 +5,8 @@
<result column="plan_id" javaType="long" jdbcType="BIGINT" property="planId"/>
<result column="title" javaType="String" jdbcType="VARCHAR" property="title"/>
<result column="remark" javaType="String" jdbcType="VARCHAR" property="remark"/>
<result column="begin_date" javaType="java.util.Date" jdbcType="DATE" property="beginDate"/>
<result column="end_date" javaType="java.util.Date" jdbcType="DATE" property="endDate"/>
<result column="begin_date" javaType="java.util.Date" property="beginDate"/>
<result column="end_date" javaType="java.util.Date" property="endDate"/>
<result column="expire_days" javaType="int" jdbcType="INTEGER" property="expireDays"/>
<result column="exec_type" javaType="int" jdbcType="INTEGER" property="execType"/>
<result column="wx_enterprise_id" javaType="String" jdbcType="CHAR" property="wxEnterpriseId"/>
......@@ -94,8 +94,8 @@
#{planId,jdbcType=BIGINT},
#{title,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{beginDate,jdbcType=DATE},
#{endDate,jdbcType=DATE},
#{beginDate},
#{endDate},
#{expireDays,jdbcType=INTEGER},
#{execType,jdbcType=INTEGER},
#{wxEnterpriseId,jdbcType=CHAR},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment