| | |
| | | import lombok.RequiredArgsConstructor; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.shiro.authz.annotation.RequiresPermissions; |
| | | import org.springframework.validation.annotation.Validated; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | |
| | | * 会员列表-资金流水 |
| | | */ |
| | | @GetMapping("/moneyFlow") |
| | | @RequiresPermissions("moneyFlow:update") |
| | | public FebsResponse moneyFlow(QueryRequest request, MallMember mallMember, Integer parentId) { |
| | | if (parentId == null) { |
| | | ViewMallMemberController.idFromMoneyFlow = 0; |