Commit 761a3001 by 陶光胜

观云台小程序

parent c910778d
......@@ -74,7 +74,7 @@ public class BaseSalesController {
total.setName("合计");
vo.setTotal(total);
}
if(channel == 1 && parentId == null){
if(channel != null && channel == 1 && parentId == null){
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