Skip to content

Commit a21820f

Browse files
committed
te
1 parent 75c7af8 commit a21820f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hsweb-system/hsweb-system-dynamic-form/hsweb-system-dynamic-form-starter/src/test/java/org/hswebframework/web/service/form/simple/SimpleDynamicFormServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void testDeploy() throws SQLException {
8888

8989
dynamicFormOperationService.insert(form.getId(), new HashMap<String, Object>() {
9090
{
91-
// put("name", "张三");
91+
put("name", "张三");
9292
put("age", 10);
9393
}
9494
});

0 commit comments

Comments
 (0)