@@ -30,7 +30,7 @@ class ExampleController {
sysDeptService.insert(SysDept().also {
it.deptName = "ahaha"
it.sort = 2
- it.principal = "a"
+ it.principal = "ab"
})
}