zhangxp
2023-06-21 0e8a3c9ccb5c9001d7322469c75f9eff7809e9fe
Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodeClassifyTemplateMapper.xml
@@ -100,11 +100,11 @@
    <select id="selectChildHasReleaseTemplate" resultType="list">
    <select id="selectChildHasReleaseTemplate" resultType="map">
        select t.oid as oid, cls.oid as clsoid
        from platformbtm_codeclstemplate t
        from pl_code_clstemplate t
                 left join (select oid
                            from platformbtm_codeclassify
                            from pl_code_classify
                            where lcstatus = #{lcstatus}
                                start with oid = #{classifyoid}
                            connect by prior oid = parentcodeclassifyoid) cls