修改测试

main
jiacheng.deng 2022-12-16 15:05:04 +08:00
parent b1340f0b8e
commit 8198c7e4eb
5 changed files with 4 additions and 10 deletions

1
.gitignore vendored
View File

@ -40,6 +40,7 @@ DirectoryV2.xml
*.log
src/main/resources/WEB-INF/sqllog/
java.io.tempdir/
ecology-9-dev.iml

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
</content>
</component>
</module>

View File

@ -26,7 +26,6 @@ select (bill.id + '-' + base.id) id,
from workflow_billdetailtable bill
join workflow_base base on base.formid = bill.billid;
create view workflow_field_table_view as
select wb.id,
wb.fieldname,

View File

@ -21,7 +21,6 @@ import java.util.*;
*/
public abstract class CusBaseAction implements Action {
/**
*
*/

View File

@ -200,4 +200,7 @@ public class TestOrganization extends BaseTest {
List<OrgChartNodeVo> orgChartTree = orgChartService.getOrgChartTree(user);
System.out.println(JSON.toJSONString(orgChartTree));
}
}