脚手架v8
This commit is contained in:
parent
faec3b04b9
commit
d9a6d2ac0b
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ public class PageDemoServiceImpl implements PageDemoService {
|
|||
if (dataFormDTO == null) {
|
||||
throw new BusinessRunTimeException("数据不存在!");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
WeaForm weaForm = FormatUtil.<DemoFormDTO>getInstance().buildForm(DemoFormDTO.class, dataFormDTO);
|
||||
|
|
|
|||
Loading…
Reference in New Issue