Browse Source

打包前台代码

hy 6 years ago
parent
commit
4129fac384

+ 2 - 2
bi-server/src/main/java/com/usoftchina/bi/server/utils/ScreenUtil.java

@@ -46,9 +46,9 @@ public class ScreenUtil {
             String nowType = StringUtils.hasText(type)?type:xColumnType;//钻取的类型优先 没有则使用x轴的类型
 
             if( "isNull".equals(symbol) ){//字段值为null
-                ret = ret + " and " + columnName + " is null ";
+                ret = ret + " and (" + columnName + " is null or " + columnName + " = '' )";
             }else if( "isNotNull".equals(symbol) ){//字段值不为null
-                ret = ret + " and " + columnName + " is not null ";
+                ret = ret + " and (" + columnName + " is not null or " + columnName + " = '' )";
             }else if (columnType != "time" && !("time".equals(columnType))) {
                 String symbVal = getSymbAndVal(symbol, value, columnType);
                 ret = ret + " and " + columnName + " " + symbVal;

File diff suppressed because it is too large
+ 0 - 0
bi-server/src/main/resources/static/index.3f27247c.css


File diff suppressed because it is too large
+ 0 - 0
bi-server/src/main/resources/static/index.64d8c27b.js


+ 2 - 2
bi-server/src/main/resources/static/index.html

@@ -4,8 +4,8 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>BI 商业智能平台</title>
-<link rel="shortcut icon" href="favicon.png"><link href="index.3f27247c.css" rel="stylesheet"></head>
+<link rel="shortcut icon" href="favicon.png"><link href="index.76220087.css" rel="stylesheet"></head>
 <body>
   <div id="root"></div>
-<script type="text/javascript" src="index.64d8c27b.js"></script></body>
+<script type="text/javascript" src="index.24606638.js"></script></body>
 </html>

Some files were not shown because too many files changed in this diff