fixbug - 配置场馆和管理员挂钩发送微信消息
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user