分销金额记录不显示开通类型
This commit is contained in:
parent
f56c7f6426
commit
07635d91d1
|
|
@ -40,6 +40,7 @@ public class MkDistributionAmountFlowServiceImpl extends ServiceImpl<MkDistribut
|
||||||
.eq(MkDistributionAmountFlow::getShopId, shopId)
|
.eq(MkDistributionAmountFlow::getShopId, shopId)
|
||||||
.le(MkDistributionAmountFlow::getCreateTime, endTime)
|
.le(MkDistributionAmountFlow::getCreateTime, endTime)
|
||||||
.ge(MkDistributionAmountFlow::getCreateTime, startTime)
|
.ge(MkDistributionAmountFlow::getCreateTime, startTime)
|
||||||
|
.ne(MkDistributionAmountFlow::getType, TableValueConstant.DistributionAmountFlow.Type.OPEN.getCode())
|
||||||
.select(OrderInfo::getOrderNo);
|
.select(OrderInfo::getOrderNo);
|
||||||
if (StrUtil.isNotBlank(type)) {
|
if (StrUtil.isNotBlank(type)) {
|
||||||
String[] split = type.split(",");
|
String[] split = type.split(",");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue