fix
This commit is contained in:
parent
8ef493f491
commit
74096d648c
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
<select id="selectIndicatorLibrarysByReq" resultType="com.lz.modules.performance.dto.IndicatorLibraryDto">
|
<select id="selectIndicatorLibrarysByReq" resultType="com.lz.modules.performance.dto.IndicatorLibraryDto">
|
||||||
|
|
||||||
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,l.indicator_type,weight, key_result,l.sort,t.name typeName
|
||||||
from lz_indicator_library l
|
from lz_indicator_library l
|
||||||
LEFT JOIN lz_result_dimension t
|
LEFT JOIN lz_result_dimension t
|
||||||
on l.type = t.id
|
on l.type = t.id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user