1、会员修改余额提示成功了余额并没有变化

2、素材批量上传报错
3、只要配置都提示错误
4、自动回复提交报错
This commit is contained in:
xuwenbo
2020-05-18 16:49:03 +08:00
parent 7158fca56e
commit 738aa30757
3 changed files with 47 additions and 3 deletions

View File

@ -103,6 +103,6 @@ public class YxWechatReplyServiceImpl extends BaseServiceImpl<WechatReplyMapper,
throw new EntityExistException(YxWechatReply.class,"key",resources.getKey());
}
yxWechatReply.copy(resources);
this.save(yxWechatReply);
this.saveOrUpdate(yxWechatReply);
}
}