Merge branch 'master' of https://github.com/shanghohui-Company/SolarPower
This commit is contained in:
commit
814e618961
@ -80,6 +80,7 @@ namespace SolarPower.Quartz.Jobs
|
||||
var powerstation = await powerStationRepository.GetOneAsync(Exception.PowerStationId);
|
||||
if(powerstation.line_token != null)
|
||||
{
|
||||
Content = " %0D%0A " + Content.Replace("<br>", " %0D%0A ");
|
||||
CallLineToken(Content, powerstation.line_token);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user