|
|
|
@ -3,12 +3,12 @@
|
|
|
|
|
-- 获取模型列表
|
|
|
|
|
#sql("wxGetModelList")
|
|
|
|
|
select t1.* from t_hy_model as t1 where t1.b_use=1 and t1.style_id = #para(style_id)
|
|
|
|
|
order by t1.star desc,t1.sort_id
|
|
|
|
|
order by t1.star desc,t1.model_id desc
|
|
|
|
|
#end
|
|
|
|
|
-- 获取推荐模型列表
|
|
|
|
|
#sql("wxGetTjModelList")
|
|
|
|
|
select t1.* from t_hy_model as t1 where t1.b_use=1 and t1.is_cover = 1
|
|
|
|
|
order by t1.star desc,t1.sort_id
|
|
|
|
|
order by t1.star desc,t1.model_id desc
|
|
|
|
|
#end
|
|
|
|
|
-- 获取指定用户的图片列表
|
|
|
|
|
#sql("wxGetTaskImage")
|
|
|
|
|