This commit is contained in:
2018-12-03 23:29:51 +00:00
parent 4d35302e42
commit d534b0d6e4

View File

@@ -117,9 +117,9 @@ namespace AyaNova.Biz
sb.Append(sColumn);
sb.Append(" ");
break;
case "Like":
//No change on like
break;
// case "Like":
// //No change on like
// break;
case "NotEquals":
//This is the big one:
sb.Append("Is Null OR ");