fix
This commit is contained in:
parent
b738b42a73
commit
0f440dd173
@ -95,7 +95,7 @@
|
|||||||
|
|
||||||
select l.id id,l.name name,l.type type,weight, key_result,l.sort,t.name typeName
|
select l.id id,l.name name,l.type type,weight, key_result,l.sort,t.name typeName
|
||||||
from lz_indicator_library l
|
from lz_indicator_library l
|
||||||
LEFT JOIN lz_indicator_type t
|
LEFT JOIN lz_result_dimension t
|
||||||
on l.type = t.id
|
on l.type = t.id
|
||||||
where l.is_delete = 0 and t.is_delete = 0
|
where l.is_delete = 0 and t.is_delete = 0
|
||||||
<if test="req.name!=null and req.name!=''">
|
<if test="req.name!=null and req.name!=''">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user