Commit 9c67b3443e41349bec107573a6a3d2e958e397b8

Authored by 游瑞烽
1 parent ff1badf0

服务热线系统报备功能

src/main/java/com/bsth/controller/realcontrol/ReportRegisterController.java
@@ -7,7 +7,6 @@ import com.bsth.controller.BaseController; @@ -7,7 +7,6 @@ import com.bsth.controller.BaseController;
7 import com.bsth.data.report_register.ReportRegisterService; 7 import com.bsth.data.report_register.ReportRegisterService;
8 import com.bsth.data.report_register.entity.ReportRegister; 8 import com.bsth.data.report_register.entity.ReportRegister;
9 import com.bsth.util.HttpClientUtils; 9 import com.bsth.util.HttpClientUtils;
10 -import org.apache.poi.ss.formula.functions.T;  
11 import org.slf4j.Logger; 10 import org.slf4j.Logger;
12 import org.slf4j.LoggerFactory; 11 import org.slf4j.LoggerFactory;
13 import org.springframework.beans.factory.annotation.Autowired; 12 import org.springframework.beans.factory.annotation.Autowired;
@@ -37,8 +36,8 @@ public class ReportRegisterController extends BaseController<ReportRegister, Lon @@ -37,8 +36,8 @@ public class ReportRegisterController extends BaseController<ReportRegister, Lon
37 36
38 Logger log = LoggerFactory.getLogger(this.getClass()); 37 Logger log = LoggerFactory.getLogger(this.getClass());
39 38
40 -// final static String url = "http://114.80.178.13/complaint/TsReport/input.do";  
41 - final static String url = "http://192.168.168.228:8080/complaint/TsReport/input.do"; 39 + final static String url = "http://114.80.178.13/complaint/TsReport/input.do";
  40 +// final static String url = "http://192.168.168.228:8080/complaint/TsReport/input.do";
42 41
43 @Autowired 42 @Autowired
44 ReportRegisterService reportRegisterService; 43 ReportRegisterService reportRegisterService;