|
|
@@ -690,7 +690,7 @@ CREATE TABLE `deploy_operation_log` (
|
|
|
-- ----------------------------
|
|
|
drop view if exists hv_org;
|
|
|
CREATE VIEW `hv_org` AS
|
|
|
-select id as org_id,code as org_code,name as org_name,parent_id,sort as order_no,path,deleted as is_deleted,type
|
|
|
+select id as org_id,code as org_code,short_name as org_name,parent_id,sort as order_no,path,deleted as is_deleted,type
|
|
|
from sys_org;
|
|
|
|
|
|
-- ----------------------------
|