脚手架v8
This commit is contained in:
parent
faec3b04b9
commit
d9a6d2ac0b
|
|
@ -32,7 +32,7 @@ public class DemoSearchConditionDTO {
|
||||||
needQuickSearch = true,
|
needQuickSearch = true,
|
||||||
items = {
|
items = {
|
||||||
@SearchConditionItem(itemType = WeaSearchConditionItemType.BROWSER,
|
@SearchConditionItem(itemType = WeaSearchConditionItemType.BROWSER,
|
||||||
browserType = "department", browserMultiple = true, name = "department", browserModule = Constant.MODULE),
|
browserType = "department", browserMultiple = true, name = "department"),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
private String department;
|
private String department;
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,6 @@ public class PageDemoServiceImpl implements PageDemoService {
|
||||||
if (dataFormDTO == null) {
|
if (dataFormDTO == null) {
|
||||||
throw new BusinessRunTimeException("数据不存在!");
|
throw new BusinessRunTimeException("数据不存在!");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WeaForm weaForm = FormatUtil.<DemoFormDTO>getInstance().buildForm(DemoFormDTO.class, dataFormDTO);
|
WeaForm weaForm = FormatUtil.<DemoFormDTO>getInstance().buildForm(DemoFormDTO.class, dataFormDTO);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue