weichaochao 5 年 前
コミット
bc3eb6a0ae
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/main/java/com/huiju/estateagents/controller/TaLiveActivityController.java

+ 1
- 1
src/main/java/com/huiju/estateagents/controller/TaLiveActivityController.java ファイルの表示

@@ -145,7 +145,7 @@ public class TaLiveActivityController extends BaseController {
145 145
      *
146 146
      * @param id 实体ID
147 147
      */
148
-    @RequestMapping(value = "/taLiveActivity/{id}", method = RequestMethod.GET)
148
+    @RequestMapping(value = "/admin/taLiveActivity/{id}", method = RequestMethod.GET)
149 149
     public ResponseBean taLiveActivityGet(@PathVariable Integer id) {
150 150
         ResponseBean responseBean = new ResponseBean();
151 151
         try {