代码优化
This commit is contained in:
@@ -56,7 +56,7 @@ public class EmpUserServiceSupport extends CrudService<EmpUserDao, EmpUser>
|
||||
@PostConstruct
|
||||
private void corpModelValid() throws Exception{
|
||||
if (Global.isUseCorpModel() != Global.getPropertyToBoolean("user.useCorpModel", "false")){
|
||||
throw new Exception("\n\nuser.useCorpModel=true? 你开启了多租户模式,视乎你的当前版本不是JeeSite专业版。\n");
|
||||
throw new Exception("\n\nuser.useCorpModel=true? 你开启了多租户模式,似乎你的当前版本不是JeeSite专业版。\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -110,7 +110,9 @@
|
||||
type : 'value'
|
||||
}
|
||||
],
|
||||
//color: ['#FAD860','#F3A43B','#60C0DD','#C6E579'],
|
||||
color: [
|
||||
'#5470c6','#ee6666','#73c0de','#3ba272','#9a60b4'
|
||||
],
|
||||
series : [
|
||||
{
|
||||
name:'成交',
|
||||
|
||||
@@ -161,6 +161,7 @@
|
||||
</warSourceExcludes>
|
||||
<webappDirectory>${project.build.directory}/${project.artifactId}</webappDirectory>
|
||||
<warName>${project.artifactId}</warName>
|
||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
</archive>
|
||||
|
||||
Reference in New Issue
Block a user