分销记录修改

This commit is contained in:
张松 2025-10-29 15:47:35 +08:00
parent 118f0145be
commit a101862f34
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class MkDistributionAmountFlowServiceImpl extends ServiceImpl<MkDistribut
if (StrUtil.isNotBlank(key)) {
queryWrapper.and(and -> {
and.or(or -> {
or.like(OrderInfo::getOrderNo, key);
or.like(OrderPayment::getOrderNo, key);
});
and.or(or -> {
or.like(ShopUser::getNickName, key);