UPDATE zxjp_message_template SET deleted = 1, update_time = NOW(), update_user_id = #{userId,jdbcType=VARCHAR} WHERE id IN #{id,jdbcType=BIGINT} UPDATE zxjp_message_template SET store_info = #{storeInfo,jdbcType=LONGVARCHAR}, handle_person_info = #{userInfo,jdbcType=LONGVARCHAR}, update_time = NOW(), publish_status = 1, publish_time = NOW(), publisher_user_id = #{userId} WHERE id IN #{id,jdbcType=BIGINT} UPDATE zxjp_message_template SET publish_status = 2 WHERE id IN #{id,jdbcType=BIGINT}