使机构管理可以多根目录,可以全部删除

This commit is contained in:
季圣华
2019-03-13 22:26:00 +08:00
parent 3da49de11f
commit 85d5098d0d
3 changed files with 15 additions and 33 deletions

View File

@@ -102,9 +102,9 @@ public class BusinessConstants {
public static final String ORGANIZATION_STCD_REMOVED = "5";
/**
* 根机构编号
* 根机构编号默认为01
* 根机构编号默认为-1
* */
public static final String ORGANIZATION_ROOT_NO = "01";
public static final String ORGANIZATION_ROOT_NO = "-1";
/**
* 新增用户默认密码
* */