feat():修复接口相关逻辑
parent
13a4e0de62
commit
cc4c0b8dcd
|
@ -142,7 +142,7 @@ public class OrderPayCustomerServiceImpl extends ServiceImpl<OrderPayCustomerMap
|
||||||
if (!isExists){
|
if (!isExists){
|
||||||
throw new ServiceException("操作客户不存在");
|
throw new ServiceException("操作客户不存在");
|
||||||
}
|
}
|
||||||
if (SystemYesNo.isCode(status)){
|
if (!SystemYesNo.isCode(status)){
|
||||||
throw new ServiceException("设置状态值违法");
|
throw new ServiceException("设置状态值违法");
|
||||||
}
|
}
|
||||||
LambdaUpdateWrapper<OrderPayCustomer> updateWrapper = new LambdaUpdateWrapper<>();
|
LambdaUpdateWrapper<OrderPayCustomer> updateWrapper = new LambdaUpdateWrapper<>();
|
||||||
|
|
Loading…
Reference in New Issue