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

审核结果添加sceneId

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