timeinfo bug

dev_static
guange 5 years ago
parent 28a7698475
commit 5b28b9c462

@ -88,7 +88,7 @@ class JupytersController < ApplicationController
def timeinfo_with_tpi def timeinfo_with_tpi
myshixun = Myshixun.find_by(identifier: params[:identifier]) myshixun = Myshixun.find_by(identifier: params[:identifier])
info = jupyter_timeinfo_tpi(shixun) info = jupyter_timeinfo_tpi(myshixun)
render json: {status: 0}.merge(info) render json: {status: 0}.merge(info)
end end

Loading…
Cancel
Save