|
@@ -686,7 +686,9 @@ public abstract class BaseService extends AbstractService {
|
|
|
} finally {
|
|
} finally {
|
|
|
//检查token
|
|
//检查token
|
|
|
if (businessExecutor.needToken(source)) {
|
|
if (businessExecutor.needToken(source)) {
|
|
|
- systemService.resetFormToken(source.getToken(), supplierCode);
|
|
|
|
|
|
|
+ if (StringUtils.isNotBlank(source.getToken())) {
|
|
|
|
|
+ systemService.resetFormToken(source.getToken(), supplierCode);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|