获取数据来源插件编码
This commit is contained in:
parent
011483dead
commit
603d7331b8
|
@ -132,12 +132,11 @@
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 根据数据来源内类型是插件的应用类型做分组 -->
|
<!-- 根据数据来源内类型是插件的应用类型做分组 -->
|
||||||
<select id="MdmModuleSourceentityGroupByType" resultMap="get-MdmModuleSourceEntity-result" parameterType = "com.hzya.frame.mdm.mdmModuleSource.entity.MdmModuleSourceEntity">
|
<select id="queryMdmModuleSourceentityGroupByType" resultMap="get-MdmModuleSourceEntity-result" parameterType = "com.hzya.frame.mdm.mdmModuleSource.entity.MdmModuleSourceEntity">
|
||||||
select
|
select plugin_code,plugin_name,source_name,source_code
|
||||||
source_type as sourceType,source_name as sourceName,source_code as sourceCode
|
from mdm_module_source source
|
||||||
from mdm_module_source
|
left join sys_application_plugin plug on plug.id=source.source_code
|
||||||
where source_type='1' and sts='Y'
|
where source_type='1' and source.sts='Y' and plug.sts='Y'
|
||||||
group by source_type,source_name,source_code
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!--新增所有列-->
|
<!--新增所有列-->
|
||||||
|
|
Loading…
Reference in New Issue