Commit eec5a9f5 authored by 鹿朋's avatar 鹿朋

no message

parent 0c1f23b0
......@@ -241,7 +241,7 @@ public class CoreFilter {
assetForm.setBizType(auditResponce.getBizType());
assetForm.setExData(auditResponce.getExData());
Map<String, Object> data = featureService.getFeatureData(keys, assetForm, 1);
if (Objects.isNull(data)) {
if (Objects.isNull(data) || Objects.isNull(data.get(AssetAttributeConstants.USER_LOAN_TYPE_V4))) {
log.error("查询特征userTag为空.查询入参:{}",assetForm);
return Boolean.FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment