INSERT INTO sys_task_status_history (
task_id, task_code,
from_status, from_status_name,
to_status, to_status_name,
change_reason, change_source,
operator_id, operator_name,
change_time,
longitude, latitude, location_address,
ip_address, remark
) VALUES (
#{taskId}, #{taskCode},
#{fromStatus}, #{fromStatusName},
#{toStatus}, #{toStatusName},
#{changeReason}, #{changeSource},
#{operatorId}, #{operatorName},
#{changeTime},
#{longitude}, #{latitude}, #{locationAddress},
#{ipAddress}, #{remark}
)