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

审核结果添加sceneId

parent 8d292ac8
...@@ -80,10 +80,10 @@ public class AssetForm implements Serializable{ ...@@ -80,10 +80,10 @@ public class AssetForm implements Serializable{
notifyMap.put("auditResult", this.auditResult); notifyMap.put("auditResult", this.auditResult);
notifyMap.put("amount", this.amount); notifyMap.put("amount", this.amount);
////云信需要这么搞 兼容一下吧 ////云信需要这么搞 兼容一下吧
if(!"159862".equals(bizChannel)) { // if(!"159862".equals(bizChannel)) {
notifyMap.put("term", this.term); notifyMap.put("term", this.term);
notifyMap.put("sceneId",sceneId); notifyMap.put("sceneId",sceneId);
} // }
notifyMap.put("deadLine", this.deadLine); notifyMap.put("deadLine", this.deadLine);
notifyMap.put("exData", this.exData); notifyMap.put("exData", this.exData);
notifyMap.put("otherInformation", this.otherInformation); notifyMap.put("otherInformation", this.otherInformation);
......
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