傅行帆 4 years ago
parent
commit
fd06b18982

+ 1
- 1
src/main/java/com/huiju/estateagents/controller/TaOfficeContactController.java View File

156
      * 根据id查询对象
156
      * 根据id查询对象
157
      * @param id  实体ID
157
      * @param id  实体ID
158
      */
158
      */
159
-    @RequestMapping(value="/taOfficeContact/{id}",method= RequestMethod.GET)
159
+    @RequestMapping(value="/channel/taOfficeContact/{id}",method= RequestMethod.GET)
160
     public ResponseBean taOfficeContactGet(@PathVariable String id){
160
     public ResponseBean taOfficeContactGet(@PathVariable String id){
161
         ResponseBean responseBean = new ResponseBean();
161
         ResponseBean responseBean = new ResponseBean();
162
         try {
162
         try {