Browse Source

Configure Continuous Integration ....

master
hypaas 9 months ago
parent
commit
599995e0ae
  1. 2
      modules/test/src/main/resources/domains/UserAuth.xml
  2. 2
      modules/test/src/main/resources/views/actionGroup.xml
  3. 1
      src/main/resources/application.properties

2
modules/test/src/main/resources/domains/UserAuth.xml

@ -2,7 +2,7 @@
<domain-models xmlns="http://hypaas.com/xml/ns/domain-models" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/domain-models http://hypaas.com/xml/ns/domain-models/domain-models_5.2.xsd">
<module name="com.module.enmus" package="module"/>
<enum name="UserAuth">
<item name="SystemManageUser" title="系统管理员" value="0"/>
<item name="SystemManageUser" title="系统管理员" value="4"/>
<item name="SecurityUser" title="安全保密员" value="1"/>
<item name="SecurityAuditUser" title="安全审计员" value="2"/>
<item name="ServiceUser" title="业务用户" value="3"/>

2
modules/test/src/main/resources/views/actionGroup.xml

@ -18,6 +18,6 @@
<action-view name="action.view.SystemManageUser.Log" model="Log.LogEntity" title="系统管理员动作">
<view name="SystemManageUser-grid" type="grid"/>
<view name="SystemManageUser-form" type="form"/>
<domain>self.userAuth=0</domain>
<domain>self.userAuth=4</domain>
</action-view>
</object-views>

1
src/main/resources/application.properties

@ -391,5 +391,6 @@ application.gatewaycontext=/LogManage

Loading…
Cancel
Save