Skip to content

Commit

Permalink
Merge pull request #95 from yanyanho/main
Browse files Browse the repository at this point in the history
fix the bug
  • Loading branch information
yanyanho committed Dec 14, 2023
2 parents 6caa0f5 + 02337ea commit 9a0bf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dl/officialsite/sharing/Share.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class Share {
/**
* 分享人
*/
@Column(name = "member_address",length = 40, nullable = false)
@Column(name = "member_address",length = 42, nullable = false)
private String memberAddress;

/**
Expand Down

0 comments on commit 9a0bf96

Please sign in to comment.