@@ -221,7 +221,7 @@ function on_timeout_clear(){
function get_stop_scheudle() {
- get_data("fcWorkSchedule/stopSchedule?userId="+userId+"scheduleId=" + scheduleId, stopSuccess);
+ get_data("fcWorkSchedule/stopSchedule?userId="+userId+"&scheduleId=" + scheduleId, stopSuccess);
}