id, cid, record_time, state, principal, operator, comment delete from org_cognizance_log where id = #{id,jdbcType=VARCHAR} insert into org_cognizance_log (id, cid, record_time, state, principal, operator, comment) values (#{id,jdbcType=VARCHAR}, #{cid,jdbcType=VARCHAR}, #{recordTime,jdbcType=TIMESTAMP}, #{state,jdbcType=INTEGER}, #{principal,jdbcType=VARCHAR}, #{operator,jdbcType=VARCHAR}, #{comment,jdbcType=VARCHAR}) insert into org_cognizance_log id, cid, record_time, state, principal, operator, comment, #{id,jdbcType=VARCHAR}, #{cid,jdbcType=VARCHAR}, #{recordTime,jdbcType=TIMESTAMP}, #{state,jdbcType=INTEGER}, #{principal,jdbcType=VARCHAR}, #{operator,jdbcType=VARCHAR}, #{comment,jdbcType=VARCHAR}, update org_cognizance_log cid = #{cid,jdbcType=VARCHAR}, record_time = #{recordTime,jdbcType=TIMESTAMP}, state = #{state,jdbcType=INTEGER}, principal = #{principal,jdbcType=VARCHAR}, operator = #{operator,jdbcType=VARCHAR}, comment = #{comment,jdbcType=VARCHAR}, where id = #{id,jdbcType=VARCHAR} update org_cognizance_log set cid = #{cid,jdbcType=VARCHAR}, record_time = #{recordTime,jdbcType=TIMESTAMP}, state = #{state,jdbcType=INTEGER}, principal = #{principal,jdbcType=VARCHAR}, operator = #{operator,jdbcType=VARCHAR}, comment = #{comment,jdbcType=VARCHAR} where id = #{id,jdbcType=VARCHAR}