修改进度计划、施工产值

This commit is contained in:
lcj
2025-08-26 21:15:59 +08:00
parent 61dc34c79e
commit 2e40c3ac6d
24 changed files with 563 additions and 105 deletions

View File

@ -8,6 +8,7 @@ import org.dromara.facility.domain.FacMatrix;
import org.dromara.facility.service.IFacMatrixService;
import org.dromara.facility.service.IFacPhotovoltaicPanelPartsService;
import org.dromara.progress.service.IPgsProgressCategoryService;
import org.dromara.progress.service.IPgsProgressCategoryTemplateService;
import org.dromara.project.service.IBusProjectService;
import org.dromara.system.service.ISysDeptService;
import org.junit.jupiter.api.Test;
@ -30,6 +31,9 @@ public class DemoTest {
@Resource
private IPgsProgressCategoryService progressCategoryService;
@Resource
private IPgsProgressCategoryTemplateService progressCategoryTemplateService;
@Resource
private IFacMatrixService matrixService;
@ -84,6 +88,12 @@ public class DemoTest {
Boolean result = progressCategoryService.insertByTemplate(1906557369562726402L, matrixList, null);
}
@Test
void testProject() {
// 初始化施工类型模版
Boolean init = progressCategoryTemplateService.initTemplateByProject(1958935730389606402L);
}
/* @Test
void testDeptProject() {
deptService.selectProjectIdById(100L);