|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
select t1.*,t2.create_time,t2.model_id,t2.source_img_url,t2.finish_time,t2.finish_flag,t3.model_name,t3.model_type_id
|
|
|
|
|
from t_hy_task_files as t1 inner join t_hy_task as t2 on t1.task_id=t2.task_id
|
|
|
|
|
inner join t_hy_model as t3 on t2.model_id=t3.model_id
|
|
|
|
|
where t1.user_id=#para(user_id) order by id desc
|
|
|
|
|
where t1.user_id=#para(user_id) order by t2.task_id desc
|
|
|
|
|
#end
|
|
|
|
|
-- 计算模型耗时
|
|
|
|
|
#sql("wxGetCostTime")
|
|
|
|
|