启动类添加注解

master
张腾 2024-08-08 17:37:00 +08:00
parent 3be74f959e
commit 45b2061226
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ public class OrderPayCustomerServiceImpl
private NacosServerService nacosServerService;
@Override
public List<CustomerListResp> selectList(CustomerListReq req) {
LambdaQueryWrapper<OrderPayCustomer> queryWrapper = new LambdaQueryWrapper<>();