分销记录修改
This commit is contained in:
parent
118f0145be
commit
a101862f34
|
|
@ -89,7 +89,7 @@ public class MkDistributionAmountFlowServiceImpl extends ServiceImpl<MkDistribut
|
||||||
if (StrUtil.isNotBlank(key)) {
|
if (StrUtil.isNotBlank(key)) {
|
||||||
queryWrapper.and(and -> {
|
queryWrapper.and(and -> {
|
||||||
and.or(or -> {
|
and.or(or -> {
|
||||||
or.like(OrderInfo::getOrderNo, key);
|
or.like(OrderPayment::getOrderNo, key);
|
||||||
});
|
});
|
||||||
and.or(or -> {
|
and.or(or -> {
|
||||||
or.like(ShopUser::getNickName, key);
|
or.like(ShopUser::getNickName, key);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue