Commit 9c67b3443e41349bec107573a6a3d2e958e397b8
1 parent
ff1badf0
服务热线系统报备功能
Showing
1 changed file
with
2 additions
and
3 deletions
src/main/java/com/bsth/controller/realcontrol/ReportRegisterController.java
| ... | ... | @@ -7,7 +7,6 @@ import com.bsth.controller.BaseController; |
| 7 | 7 | import com.bsth.data.report_register.ReportRegisterService; |
| 8 | 8 | import com.bsth.data.report_register.entity.ReportRegister; |
| 9 | 9 | import com.bsth.util.HttpClientUtils; |
| 10 | -import org.apache.poi.ss.formula.functions.T; | |
| 11 | 10 | import org.slf4j.Logger; |
| 12 | 11 | import org.slf4j.LoggerFactory; |
| 13 | 12 | import org.springframework.beans.factory.annotation.Autowired; |
| ... | ... | @@ -37,8 +36,8 @@ public class ReportRegisterController extends BaseController<ReportRegister, Lon |
| 37 | 36 | |
| 38 | 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 | 42 | @Autowired |
| 44 | 43 | ReportRegisterService reportRegisterService; | ... | ... |