Browse Source

调整物料日志记录 message长度

yuj 7 years ago
parent
commit
0d57dbf9b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/uas/ps/product/entity/ProductLog.java

+ 1 - 1
src/main/java/com/uas/ps/product/entity/ProductLog.java

@@ -67,7 +67,7 @@ public class ProductLog extends BufferedLogable implements Serializable {
     /**
     /**
      * 日志消息
      * 日志消息
      */
      */
-    @Column(name = "log_message")
+    @Column(name = "log_message", columnDefinition = "TEXT")
     private String message;
     private String message;
 
 
     /**
     /**