he2802 2 yıl önce
ebeveyn
işleme
9290476c2b

+ 0 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/base/service/impl/UserProfileServiceImpl.java

@@ -179,7 +179,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)
-                .eq(UserProfile::getTypeStatus, bo.getTypeStatus())
                 .last("limit 1"));
         if(Validator.isNotEmpty(old)){
             throw new CustomException("存在未处理的数据,无法操作");