jinlin
2024-02-23 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a
zt/core/src/main/resources/mapper/workflowconfig/WfDefDao.xml
@@ -116,11 +116,14 @@
    </select>
    <select id="getStyleList" resultType="com.zt.modules.workflowconfig.model.WfDef">
        select diagram
        from wf_def
        select Content as diagram
        from WX_NETWORK_DIAGRAM
        where is_delete = 0
        <if test="flowCode!=null and flowCode!=''">
            and CODE = #{flowCode}
        <if test="projectId!=null and projectId!=''">
            and PROJECT_ID = #{projectId}
        </if>
        <if test="diagramId!=null and diagramId!=''">
            and DIAGRAM_ID = #{diagramId}
        </if>
    </select>