1、修正数据库脚本

This commit is contained in:
贝密游戏
2018-03-05 15:55:27 +08:00
parent e2c3ae4b16
commit c94f92e3c4
2 changed files with 213 additions and 28 deletions
@@ -32,9 +32,6 @@ public class GameShopController extends Handler{
@Autowired
private WaresRepository waresRes ;
@Autowired
private SkuRepository skuRes ;
@RequestMapping({"/wares"})
@Menu(type="shop", subtype="wares")
public ModelAndView account(ModelMap map , HttpServletRequest request , @Valid String type){