@@ -162,7 +162,7 @@ func (this *DialysisAPIController) WaitingScheduals() {
//缓存数据
wait_scheduals_json, err := json.Marshal(scheduals)
if err == nil {
- redis.Set(key, wait_scheduals_json, time.Minute*2)
+ redis.Set(key, wait_scheduals_json, time.Second*30)
}