更新了优惠券模块
This commit is contained in:
parent
b988787fa5
commit
bd6edcf240
|
@ -192,7 +192,6 @@ public class PhotoCategoryController {
|
|||
*/
|
||||
@PostMapping("/list/users")
|
||||
@Operation(summary = "小程序端用户查询写真类别", description = "参数:无,权限:所有人,方法名:listCategoryByUsers")
|
||||
@AuthCheck(mustRole = UserConstant.ADMIN_ROLE)
|
||||
public BaseResponse<List<PhotoCategoryVO>> listCategoryByUsers() {
|
||||
// 获取已上架的写真产品列表
|
||||
List<PhotoProducts> photoProductsList = commonService.findByFieldEqTargetField("isShelves", 1, photoProductsService);
|
||||
|
|
Loading…
Reference in New Issue
Block a user