设计完工产值
This commit is contained in:
@ -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;
|
||||
|
@ -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