Explorar el Código

Added QIngkongshuju

jason.lu hace 6 años
padre
commit
a269962364
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/lazhang-data.js

+ 1 - 1
js/lazhang-data.js

@@ -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);
 
 }