Commit 75765c4f8cb55eb7939463b61b1c892b59588112

Authored by shiyang
1 parent 6e41d70312
Exists in master

upate

Showing 1 changed file with 1 additions and 1 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/task/GetPatientInfoTask.java View file @ 75765c4
... ... @@ -134,7 +134,7 @@
134 134 //字符串日期和时间中间的空格需要用+连接(GET请求参数特定),date转为string格式:xxxx-xx-xx xx-xx-xxx,中间得空格需要转换连接符
135 135 param=("start="+startDate+"&end="+endDate).replace(" ", "+");
136 136 }
137   - param="start=2022-02-20+13:25:59&end=2022-02-20+14:25:59";//测试用
  137 +// param="start=2022-02-20+13:25:59&end=2022-02-20+14:25:59";//测试用
138 138 return param;
139 139 }
140 140