|
@@ -93,6 +93,7 @@ public class MessageServiceImpl implements IMessageService {
|
|
|
if (single == null) return RespWrapper.makeFailResp("唯一id 错误");
|
|
|
single.setOfflineSwitch(help.getOfflineSwitch());
|
|
|
single.setMainSwitch(help.getMainSwitch());
|
|
|
+ single.setWxSwitch(help.getWxSwitch());
|
|
|
fadMessageConfDao.updateTemplateById(single);
|
|
|
// 下面处理一些数据啦
|
|
|
return RespWrapper.makeSuccessResp(true);
|