Merge branch 'dev' into test
This commit is contained in:
commit
1473c7c27d
@ -7,7 +7,6 @@ import com.google.common.base.Charsets;
|
||||
import com.google.common.base.Strings;
|
||||
import com.google.common.io.BaseEncoding;
|
||||
import lombok.*;
|
||||
import org.apache.commons.lang3.BooleanUtils;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import java.util.Arrays;
|
||||
@ -57,9 +56,7 @@ public class AxContext {
|
||||
.map(e -> e.getFiller().apply(request, context))
|
||||
.toArray(Boolean[]::new);
|
||||
//所有的header设置成功才算成功
|
||||
if (BooleanUtils.or(initialled)) {
|
||||
set(context);
|
||||
}
|
||||
set(context);
|
||||
}
|
||||
|
||||
public Long getPersonId() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user