Ver código fonte

Added QIngkongshuju

jason.lu 6 anos atrás
pai
commit
a269962364
1 arquivos alterados com 1 adições e 1 exclusões
  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);
 
 }