修改bug

This commit is contained in:
lcj
2025-09-19 20:28:48 +08:00
parent c7400d25fe
commit fc9b64fc36
14 changed files with 325 additions and 162 deletions

View File

@ -18,6 +18,7 @@ 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.progress.service.IPgsProgressPlanDetailService;
import org.dromara.project.service.IBusProjectService;
import org.dromara.system.service.ISysDeptService;
import org.dromara.tender.service.impl.TenderSupplierInputServiceImpl;
@ -46,6 +47,9 @@ public class DemoTest {
@Resource
private IPgsProgressCategoryTemplateService progressCategoryTemplateService;
@Resource
private IPgsProgressPlanDetailService progressPlanDetailService;
@Resource
private IFacMatrixService matrixService;
@ -69,6 +73,11 @@ public class DemoTest {
@Resource
private IdCardEncryptorUtil idCardEncryptorUtil;
@Test
void testConstructionValue() {
progressPlanDetailService.syncPlanDetail2ConstructionValue(LocalDate.now().minusDays(1), null);
}
@Test
void setIdCardEncryptorUtil() {
List<SubConstructionUser> list = constructionUserService.list();