设计完工产值
This commit is contained in:
@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user