INSERT INTO patrol_record(id, user_id, user_name, patrol_location, patrol_content, patrol_time, longitude, latitude, images, remark, store_id, create_time) VALUES(#{id}, #{userId}, #{userName}, #{patrolLocation}, #{patrolContent}, #{patrolTime}, #{longitude}, #{latitude}, #{images}, #{remark}, #{storeId}, NOW())