user4 5 years ago
parent
commit
738e245be9

+ 1 - 0
src/main/java/com/jeeplus/common/utils/SmackUtils.java

@@ -102,6 +102,7 @@ public class SmackUtils {
         String strUrl = pres_base_url+id+"@"+openfireServer;
         try{
             URL oUrl  = new URL(strUrl);
+//            System.out.println("========="+oUrl.toString());
             URLConnection oConn = oUrl.openConnection();
             if(oConn!=null){
                 BufferedReader oIn = new BufferedReader(new InputStreamReader(oConn.getInputStream()));

+ 1 - 4
src/main/webapp/webpage/modules/workbidproject/workBidProjectForm.jsp

@@ -623,10 +623,7 @@
 					<div class="layui-input-block">
 						<form:select path="bondStyle" class="form-control  simple-select">
 							<form:option value="" label="--请选择保证金形式--"/>
-							<form:option value="现金" label="现金"/>
-							<form:option value="支票" label="支票"/>
-							<form:option value="银行汇款" label="银行汇款"/>
-<%--							<form:options items="${fns:getMainDictList('bond_style')}" itemLabel="label" itemValue="value" htmlEscape="false"/>--%>
+							<form:options items="${fns:getMainDictList('bond_style')}" itemLabel="label" itemValue="value" htmlEscape="false"/>
 						</form:select>
 					</div>
 				</div>