no message
This commit is contained in:
parent
38764c17ce
commit
706fdf7a0e
@ -98,7 +98,7 @@ final class Cron
|
||||
default => "",
|
||||
};
|
||||
|
||||
$iSendCountPrev = $oMailMust->inday_count - $oMailMust->inday_count_prev;
|
||||
$iSendCountPrev = $oMailMust->inday_count;
|
||||
$iLeft = $oMailMust->inmonth_max - $oMailMust->inmonth_count;
|
||||
$iPerLeft = round(($iLeft / $oMailMust->inmonth_max * 100), 2);
|
||||
|
||||
@ -274,7 +274,6 @@ final class Cron
|
||||
|
||||
foreach ($cModels as $oModelMailMust) {
|
||||
|
||||
$oModelMailMust->inday_count_prev += $oModelMailMust->inday_count;
|
||||
$oModelMailMust->inday_count = 0;
|
||||
|
||||
if ($oModelMailMust->status === -1) {
|
||||
@ -302,7 +301,6 @@ final class Cron
|
||||
foreach ($cModelMailMust as $oModelMailMust) {
|
||||
|
||||
$oModelMailMust->inmonth_count = 0;
|
||||
$oModelMailMust->inday_count_prev = 0;
|
||||
|
||||
if ($oModelMailMust->status === -2) {
|
||||
$oModelMailMust->status = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user