Commit 78785c39 authored by data-爬虫-任锋's avatar data-爬虫-任锋

审核结果添加sceneId

parent f1d8ec3b
...@@ -97,7 +97,7 @@ public class AssetForm implements Serializable{ ...@@ -97,7 +97,7 @@ public class AssetForm implements Serializable{
if (data.get("lxf_score_scale_v2") != null) { if (data.get("lxf_score_scale_v2") != null) {
dataMap.put("lxf_score_scale_v2", data.get("lxf_score_scale_v2")); dataMap.put("lxf_score_scale_v2", data.get("lxf_score_scale_v2"));
} }
dataMap.put("user_loan_type", data.get("user_loan_type")==null?1:data.get("user_loan_type")); dataMap.put("user_loan_type", data.get("user_loan_type"));
notifyMap.put("dataMap", JSON.toJSONString(dataMap)); notifyMap.put("dataMap", JSON.toJSONString(dataMap));
return notifyMap; return notifyMap;
......
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