|
|
@ -55,7 +55,7 @@ public class InventoryCheckJob { |
|
|
int requiredInterval = getRequiredInterval(); |
|
|
int requiredInterval = getRequiredInterval(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (currentTotalMinutes % requiredInterval != 0) { |
|
|
if (currentTotalMinutes == 0 || (currentTotalMinutes % requiredInterval != 0)) { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|