|
|
@@ -167,14 +167,14 @@
|
|
|
sign_date, sign_comment, complete_date,
|
|
|
complete_comment, deleted_sign, order_no,
|
|
|
status, contacts, contact_mobile,
|
|
|
- task_distribution,public_status)
|
|
|
+ task_distribution)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{serialNumber,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
#{updateTime,jdbcType=TIMESTAMP}, #{creater,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
|
|
|
#{type,jdbcType=VARCHAR}, #{principal,jdbcType=VARCHAR}, #{uid,jdbcType=VARCHAR},
|
|
|
#{signDate,jdbcType=TIMESTAMP}, #{signComment,jdbcType=VARCHAR}, #{completeDate,jdbcType=TIMESTAMP},
|
|
|
#{completeComment,jdbcType=VARCHAR}, #{deletedSign,jdbcType=INTEGER}, #{orderNo,jdbcType=VARCHAR},
|
|
|
#{status,jdbcType=INTEGER}, #{contacts,jdbcType=VARCHAR}, #{contactMobile,jdbcType=VARCHAR},
|
|
|
- #{taskDistribution,jdbcType=INTEGER},#{publicStatus,jdbcType=INTEGER})
|
|
|
+ #{taskDistribution,jdbcType=INTEGER})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.Contract">
|
|
|
<!--
|