This commit is contained in:
DirectionOfMind 2021-01-22 09:36:12 +08:00
parent b738b42a73
commit 0f440dd173

View File

@ -95,7 +95,7 @@
select l.id id,l.name name,l.type type,weight, key_result,l.sort,t.name typeName
from lz_indicator_library l
LEFT JOIN lz_indicator_type t
LEFT JOIN lz_result_dimension t
on l.type = t.id
where l.is_delete = 0 and t.is_delete = 0
<if test="req.name!=null and req.name!=''">