夜间屏蔽 逻辑 fix

pull/11/head
3y 2 years ago
parent 923b87ac0a
commit d6eeaf90bb

@ -35,6 +35,10 @@ public class ShieldServiceImpl implements ShieldService {
@Override @Override
public void shield(TaskInfo taskInfo) { public void shield(TaskInfo taskInfo) {
if (ShieldType.NIGHT_NO_SHIELD.getCode().equals(taskInfo.getShieldType())) {
return;
}
/** /**
* example:austin19 * example:austin19
* ( ) * ( )

Loading…
Cancel
Save