insert into t_secure_inspect
secure_inspect_id,
inspect_name,
inspect_content,
user_id,
is_state,
create_time,
create_user,
feedback_time,
company_id,
#{secureInspectId,jdbcType=VARCHAR},
#{inspectName,jdbcType=VARCHAR},
#{inspectContent,jdbcType=VARCHAR},
#{userId,jdbcType=VARCHAR},
#{isState,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{createUser,jdbcType=VARCHAR},
#{feedbackTime,jdbcType=TIMESTAMP},
#{companyId,jdbcType=VARCHAR},
insert into t_secure_inspect_path
inspect_path_id,
secure_inspect_id,
img_path,
is_type,
#{inspectPathId,jdbcType=VARCHAR},
#{secureInspectId,jdbcType=VARCHAR},
#{imgPath,jdbcType=VARCHAR},
#{isType,jdbcType=INTEGER},
update t_secure_inspect
inspect_name = #{inspectName,jdbcType=VARCHAR},
inspect_content = #{inspectContent,jdbcType=VARCHAR},
user_id = #{userId,jdbcType=VARCHAR},
is_state = #{isState,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
create_user = #{createUser,jdbcType=VARCHAR},
feedback_time = #{feedbackTime,jdbcType=TIMESTAMP},
feedback_content = #{feedbackContent,jdbcType=VARCHAR},
where secure_inspect_id = #{secureInspectId,jdbcType=VARCHAR}