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

审核结果添加sceneId

parent 17cbcd00
......@@ -51,6 +51,8 @@ public class AssetForm implements Serializable{
private String refuseReason;
private String sceneId;
public Asset transToAsset() {
Asset asset = new Asset();
asset.setAssetNo(this.assetNo);
......@@ -78,8 +80,10 @@ public class AssetForm implements Serializable{
notifyMap.put("auditResult", this.auditResult);
notifyMap.put("amount", this.amount);
////云信需要这么搞 兼容一下吧
if(!"159862".equals(bizChannel))
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