zhenglingfeng 8 rokov pred
rodič
commit
cf154cd739

+ 3 - 3
src/main/resources/resource/SystemServiceFlowProcess.hbm.xml

@ -24,9 +24,9 @@
                <comment>模板编辑结果</comment>
            </column>
        </property>
        <property name="fileName" type="java.lang.String">
            <column name="file_name">
                <comment>生成文件存储名称</comment>
        <property name="flowId" type="java.lang.Integer">
            <column name="flow_id" length="11">
                <comment>流程ID</comment>
            </column>
        </property>
    </class>

+ 1 - 1
src/main/webapp/develop/lib/gooflow/js/GooFlow.js

@ -99,7 +99,7 @@ function GooFlow(bgDiv, property) {
	var that = this;
	// *************************************************** 【请求地址】
	var URL = "http://192.168.131.110:8080",
	var URL = "http://localhost:8080",
		getAllEndpointsURL = URL + "/esb/process/getAllEndpoints",
		getAllProcessorsURL = URL + "/esb/process/getAllProcessors";