Merge branch 'main' of http://10.10.14.176:3000/huanghai/QingLong
commit
fe441497c3
@ -1,6 +1,10 @@
|
||||
#namespace("DataShare")
|
||||
#sql("listSystem")
|
||||
select t1.* from t_datashare_system as t1 where
|
||||
t1.system_name like #para(keyword, "like") order by t1.system_id desc
|
||||
t1.system_name like #para(keyword, "like")
|
||||
#if(exclude)
|
||||
and t1.system_id<>#para(exclude)
|
||||
#end
|
||||
order by t1.sort_id,t1.system_id desc
|
||||
#end
|
||||
#end
|
||||
|
Loading…
Reference in new issue