分销记录字段补齐
This commit is contained in:
parent
82aab9e28e
commit
e788503426
|
|
@ -75,6 +75,7 @@ public class MkDistributionAmountFlowServiceImpl extends ServiceImpl<MkDistribut
|
||||||
.leftJoin(ShopUser.class).on(ShopUser::getId, OrderInfo::getUserId)
|
.leftJoin(ShopUser.class).on(ShopUser::getId, OrderInfo::getUserId)
|
||||||
.eq(MkDistributionAmountFlow::getShopId, shopId)
|
.eq(MkDistributionAmountFlow::getShopId, shopId)
|
||||||
.select(OrderInfo::getOrderNo)
|
.select(OrderInfo::getOrderNo)
|
||||||
|
.eq(MkDistributionAmountFlow::getType, TableValueConstant.DistributionAmountFlow.Type.OPEN.getCode())
|
||||||
.select(ShopUser::getPhone, ShopUser::getNickName);
|
.select(ShopUser::getPhone, ShopUser::getNickName);
|
||||||
if (startTime != null) {
|
if (startTime != null) {
|
||||||
queryWrapper.ge(MkDistributionAmountFlow::getCreateTime, startTime);
|
queryWrapper.ge(MkDistributionAmountFlow::getCreateTime, startTime);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue