启动类添加注解
parent
3be74f959e
commit
45b2061226
|
@ -32,6 +32,8 @@ public class OrderPayCustomerServiceImpl
|
|||
private NacosServerService nacosServerService;
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public List<CustomerListResp> selectList(CustomerListReq req) {
|
||||
LambdaQueryWrapper<OrderPayCustomer> queryWrapper = new LambdaQueryWrapper<>();
|
||||
|
|
Loading…
Reference in New Issue