设计完工产值

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

@ -11,6 +11,9 @@ import org.dromara.formalities.service.IBusListOfFormalitiesService;
import org.dromara.manager.ys7manager.Ys7Manager;
import org.dromara.manager.ys7manager.Ys7RequestUtils;
import org.dromara.manager.ys7manager.vo.Ys7QueryDeviceResponseVo;
import org.dromara.tender.domain.bo.BusSegmentedIndicatorPlanningBo;
import org.dromara.tender.domain.vo.BusBillofquantitiesLimitListVo;
import org.dromara.tender.service.IBusSegmentedIndicatorPlanningService;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.web.multipart.MultipartFile;

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()) {