分销记录修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user