Browse Source
- 修改了 ShopUserController 中的 get 接口路径变量名为 userId- 更新了 ShopUser 实体类,将主键字段从 user_id 改为 id 并添加相应注解 - 在 ShopUserMapper.xml 中增加了根据 id 查询的条件判断 - 为 ShopUserParam 参数类添加了 id 字段及其查询注解 - 确保所有dev3
4 changed files with 18 additions and 8 deletions
Loading…
Reference in new issue