Commit 2a1e670d authored by tianyiming's avatar tianyiming

fix: 注释掉重复的压力管道长度统计调用

parent 332bc68c
......@@ -417,7 +417,7 @@ public class JGDPStatisticsServiceImpl {
stCommonService.staticsCenterMapCountDataForEquip(result, cylinderNum, orgCode, false, true, false);
//2.压力管道长度统计
this.staticsCenterMapCountPipLine(result, orgCode, false);
stCommonService.staticsCenterMapCountDataForPipeline(result, orgCode, false, false);
// stCommonService.staticsCenterMapCountDataForPipeline(result, orgCode, false, false);
return result;
}
......
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