Commit be8533f5 by 陶光胜

观云台小程序

parent 7f8c840f
......@@ -99,7 +99,7 @@ public class BaseSalesController {
vo.setTotal(total);
}
}
if(qo.getChannel() != null && qo.getChannel() == 1 && qo.getParentId() == null){
if(qo.getChannel() != null && qo.getChannel() == 1 && qo.getLevel() == levelVo.getLevel()){
dto.setCountType(3); //无归属
ServiceResponse<Page<BaseSalesDTO>> response2 = this.baseSalesApiService.pageBaseSales(dto);
if(response2.isSuccess() && response2.getResult() != null && CollectionUtils.isNotEmpty(response2.getResult().getResult())){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment