select id, user_id, goods_id, dept_id, create_time, create_by, update_time, update_by, deleted from mall_footprint insert into mall_footprint user_id, goods_id, dept_id, create_time, create_by, update_time, update_by, deleted, #{userId}, #{goodsId}, #{deptId}, #{createTime}, #{createBy}, #{updateTime}, #{updateBy}, #{deleted}, update mall_footprint user_id = #{userId}, goods_id = #{goodsId}, dept_id = #{deptId}, create_time = #{createTime}, create_by = #{createBy}, update_time = #{updateTime}, update_by = #{updateBy}, deleted = #{deleted}, where id = #{id} delete from mall_footprint where id = #{id} delete from mall_footprint where id in #{id}