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

审核结果添加sceneId

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