Commit 8a66d7bc by 罗志长

Merge branch 'dev'

parents 4fb84985 571871bd
...@@ -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