Commit 9b5ef34f authored by 扫地僧's avatar 扫地僧

修改重复类名

parent 08459128
...@@ -27,7 +27,7 @@ import cn.com.fqy.core.service.WorkerService; ...@@ -27,7 +27,7 @@ import cn.com.fqy.core.service.WorkerService;
*/ */
@Controller @Controller
@RequestMapping("/h5/shop") @RequestMapping("/h5/shop")
public class ShopController { public class WebShopController {
@Resource @Resource
private AdvertService advertService; private AdvertService advertService;
......
...@@ -27,7 +27,7 @@ import cn.com.fqy.core.service.WorkerService; ...@@ -27,7 +27,7 @@ import cn.com.fqy.core.service.WorkerService;
*/ */
@Controller @Controller
@RequestMapping("/h5/worker") @RequestMapping("/h5/worker")
public class WorkerController { public class WebWorkerController {
@Resource @Resource
private AdvertService advertService; private AdvertService advertService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment