Commit 559fcc2ecbd301493c91f0e51795e84da99235a6

Authored by liquanyu
1 parent d43ceab0c2

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/inteceptor/MybatisSqlInterceptor.java View file @ 559fcc2
... ... @@ -134,7 +134,7 @@
134 134 }
135 135 else
136 136 {
137   - value = "''";
  137 + value = "null";
138 138 }
139 139 }
140 140 return value;