Commit a5123a44ba48230c1d261a01d48ee67017890e3c

Authored by liquanyu
1 parent 559fcc2ecb

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 @ a5123a4
... ... @@ -130,7 +130,7 @@
130 130 if (obj != null) {
131 131 value = obj.toString();
132 132 } else if ("java.util.Date".equals(javaType)){
133   - value = "'" +DateUtil.getyyyy_MM_dd_hms(new Date())+ "'";
  133 + value = "null";
134 134 }
135 135 else
136 136 {