脚手架v8

This commit is contained in:
钱涛 2025-05-19 15:34:50 +08:00
parent faec3b04b9
commit d9a6d2ac0b
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ public class DemoSearchConditionDTO {
needQuickSearch = true,
items = {
@SearchConditionItem(itemType = WeaSearchConditionItemType.BROWSER,
browserType = "department", browserMultiple = true, name = "department", browserModule = Constant.MODULE),
browserType = "department", browserMultiple = true, name = "department"),
}
)
private String department;

View File

@ -105,7 +105,6 @@ public class PageDemoServiceImpl implements PageDemoService {
if (dataFormDTO == null) {
throw new BusinessRunTimeException("数据不存在!");
}
}
WeaForm weaForm = FormatUtil.<DemoFormDTO>getInstance().buildForm(DemoFormDTO.class, dataFormDTO);