修改进度计划、施工产值
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user