|
@@ -98,7 +98,7 @@ public class SysConfigChangeRecordServiceImpl extends ServiceImpl<SysConfigChang
|
|
|
this.save(sysConfigChangeRecord);
|
|
this.save(sysConfigChangeRecord);
|
|
|
|
|
|
|
|
if (weekdayMsgNotifySb.length() > 0 && envCommonService.isPrdEnv()) {
|
|
if (weekdayMsgNotifySb.length() > 0 && envCommonService.isPrdEnv()) {
|
|
|
- SmsUtil.sendLuoKey2Msg("手机号", String.format(Constant.DUTY_SERVICE_CHANGE_MSG, weekdayMsgNotifySb));
|
|
|
|
|
|
|
+ SmsUtil.sendLuoKey2Msg(Constant.DUTY_SERVICE_CHANGE_NOTIFY_PHONE, String.format(Constant.DUTY_SERVICE_CHANGE_MSG, weekdayMsgNotifySb));
|
|
|
}
|
|
}
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|