设计完工产值

This commit is contained in:
2025-08-23 09:02:25 +08:00
parent 3f6af11dff
commit 35323fa352
2 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,7 @@ public class OutMonthPlanServiceImpl extends ServiceImpl<OutMonthPlanMapper, Out
.eq(OutMonthPlan::getProjectId, entity.getProjectId())
.eq(OutMonthPlan::getPlanMonth, entity.getPlanMonth())
.eq(OutMonthPlan::getValueType, entity.getValueType())
.eq(OutMonthPlan::getType, entity.getType())
.ne(entity.getId() != null, OutMonthPlan::getId, entity.getId())
);
if (!outMonthPlans.isEmpty()) {