|
|
@@ -178,7 +178,6 @@ public class UserProfileServiceImpl extends ServiceImpl<UserProfileMapper, UserP
|
|
|
}
|
|
|
UserProfile old = getOne(new LambdaQueryWrapper<UserProfile>().eq(UserProfile::getOrderGoodsId, bo.getOrderGoodsId())
|
|
|
.eq(UserProfile::getCurrentStatus, 1L)
|
|
|
- .eq(UserProfile::getChangeStatus, 1L)
|
|
|
.last("limit 1"));
|
|
|
if(Validator.isNotEmpty(old)){
|
|
|
throw new CustomException("存在未处理的数据,无法操作");
|