java110
2021-11-12 26a3093fef3919bc99ee385840ce2efdbe6f6522
java110-db/src/main/resources/mapper/report/ReportCustomComponentRelV1ServiceDaoImplMapper.xml
@@ -28,7 +28,7 @@
            and t.rel_id= #{relId}
        </if>
        <if test="componentType !=null and componentType != ''">
            and t.component_type= #{componentType}
            and cc.component_type= #{componentType}
        </if>
        <if test="componentId !=null and componentId != ''">
            and t.component_id= #{componentId}
@@ -81,7 +81,7 @@
            and t.rel_id= #{relId}
        </if>
        <if test="componentType !=null and componentType != ''">
            and t.component_type= #{componentType}
            and cc.component_type= #{componentType}
        </if>
        <if test="componentId !=null and componentId != ''">
            and t.component_id= #{componentId}