fixbug - 配置场馆和管理员挂钩发送微信消息

This commit is contained in:
2023-07-31 13:54:28 +08:00
parent d1fbab35ac
commit 9481acb891
3 changed files with 21 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ public class WxConfig {
private Date modifiedTime;
public WxConfig(Integer id, String wxOpenId, Integer venueId, Integer createdId, Integer modifiedId, Date createdTime, Date modifiedTime, Byte deleted) {
public WxConfig(Integer id, String wxOpenId, Integer venueId, Integer createdId, Integer modifiedId, Date createdTime, Date modifiedTime) {
this.id = id;
this.wxOpenId = wxOpenId;
this.venueId = venueId;