项目工序动态成本分析表二开优化

This commit is contained in:
xuhaihui 2025-12-09 17:10:01 +08:00
parent 8f9a510b07
commit 2088066db5
1 changed files with 0 additions and 1 deletions

View File

@ -1382,7 +1382,6 @@ public class CbsDynamicCostFormPluginExt extends AbstractFormPlugin implements B
protected void showPeriodDetailCost(int rowIndex, String splitType) {
Map<String, Object> paramMap = new HashMap();
// Object zcgj_periodyear = this.getModel().getValue("zcgj_periodyear");//年度--二开添加
DynamicObject cbs = (DynamicObject) this.getModel().getValue("cbs", rowIndex);
if (cbs != null && cbs.getBoolean("isleaf")) {
paramMap.put("projectId", this.getPageCache().get("queryProject"));