收藏增加数量和图片
This commit is contained in:
@@ -105,4 +105,16 @@ public class UserHistoryController extends BaseController
|
||||
{
|
||||
return toAjax(userHistoryService.deleteUserHistoryByIds(ids));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 查询历史数量
|
||||
*/
|
||||
public AjaxResult historyNum(){
|
||||
Long userId = SecurityUtils.getUserId();
|
||||
// 查询历史数量
|
||||
//userHistoryService.findNumsByUserId();
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user