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