Commit 60b0fe7f by 刘鑫

fix: 替换左联查 避免出现无用数据

1 parent 8466a122
......@@ -113,7 +113,7 @@ public class CalcOrgCapacityScheduler {
}
}
private void calcOneGroup(String date, String groupId) {
public void calcOneGroup(String date, String groupId) {
// 重新计算1个分组/分站 1天的容量
List<Object[]> nativeQueryResult = capacityStatisticDao.sumGroupCapacity(date, groupId);
List<CapacityOrgStatDTO> stats = new ArrayList<>();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!