feat():修复接口相关逻辑

master
WeiRan 2024-08-09 21:38:35 +08:00
parent 13a4e0de62
commit cc4c0b8dcd
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ public class OrderPayCustomerServiceImpl extends ServiceImpl<OrderPayCustomerMap
if (!isExists){
throw new ServiceException("操作客户不存在");
}
if (SystemYesNo.isCode(status)){
if (!SystemYesNo.isCode(status)){
throw new ServiceException("设置状态值违法");
}
LambdaUpdateWrapper<OrderPayCustomer> updateWrapper = new LambdaUpdateWrapper<>();