26 lines
953 B
Markdown
26 lines
953 B
Markdown
# 截图
|
||
|
||

|
||
|
||

|
||
|
||

|
||
|
||
# 问题日志
|
||
|
||
```java
|
||
Data truncation: Data too long for column 'descrip' at row 1
|
||
2023-04-12 at 15:20:36 CST [http-nio-8080-exec-4689] ERROR
|
||
com.cmcc.cdn.platform.selfservice.order.PreSaleWorkOrderServiceImpl 143 createPreSalesWorkOrder -
|
||
could not execute statement; SQL [n/a];
|
||
nested exception is org.hibernate.exception.DataException:
|
||
could not execute statement org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a];
|
||
nested exception is org.hibernate.exception.DataException: could not execute statement
|
||
```
|
||
|
||

|
||
|
||
# 问题解决
|
||
|
||
扩容字数据库字段长度
|