Commit 571871bd by 罗志长

fix: 子女端小程序删除

parent 6ef38ac5
...@@ -209,7 +209,7 @@ public class PlatElderChildrenInfoServiceImpl extends ServiceImpl<PlatElderChild ...@@ -209,7 +209,7 @@ public class PlatElderChildrenInfoServiceImpl extends ServiceImpl<PlatElderChild
return list(new QueryWrapper<PlatElderChildrenInfo>().lambda() return list(new QueryWrapper<PlatElderChildrenInfo>().lambda()
.eq(PlatElderChildrenInfo::getOpenid, openid) .eq(PlatElderChildrenInfo::getOpenid, openid)
.eq(BaseBusEntity::getTenantId,tenantId) .eq(BaseBusEntity::getTenantId,tenantId)
.isNotNull(PlatElderChildrenInfo::getElderId)); .isNotNull(PlatElderChildrenInfo::getTenantId));
} }
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment