This commit is contained in:
Kai 2021-09-23 13:54:06 +08:00
commit 814e618961

View File

@ -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);
}
}