NorthLan vor 7 Jahren
Ursprung
Commit
923c3cd68d

+ 1 - 1
zen-web/src/main/kotlin/com/gxzc/zen/controller/ExampleController.kt

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