|
@@ -142,7 +142,7 @@
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
</update>
|
|
|
|
|
|
- <update id="updateByPrimaryKeyWithBLOBs" parameterType="cn.com.ty.lift.enterprise.oa.entity.LiftCertificate" >
|
|
|
+ <update id="updateByPrimaryKey" parameterType="cn.com.ty.lift.enterprise.oa.entity.LiftCertificate" >
|
|
|
update lift_certificate
|
|
|
set owner_id = #{ownerId,jdbcType=BIGINT},
|
|
|
code = #{code,jdbcType=CHAR},
|
|
@@ -155,15 +155,4 @@
|
|
|
where id = #{id,jdbcType=BIGINT}
|
|
|
</update>
|
|
|
|
|
|
- <update id="updateByPrimaryKey" parameterType="cn.com.ty.lift.enterprise.oa.entity.LiftCertificate" >
|
|
|
- update lift_certificate
|
|
|
- set owner_id = #{ownerId,jdbcType=BIGINT},
|
|
|
- code = #{code,jdbcType=CHAR},
|
|
|
- issuance_agency = #{issuanceAgency,jdbcType=VARCHAR},
|
|
|
- expiration_date = #{expirationDate,jdbcType=TIMESTAMP},
|
|
|
- type = #{type,jdbcType=VARCHAR},
|
|
|
- status = #{status,jdbcType=TINYINT}
|
|
|
- where id = #{id,jdbcType=BIGINT}
|
|
|
- </update>
|
|
|
-
|
|
|
</mapper>
|