Commit 8b7d0c8a authored by 胡涛's avatar 胡涛

数据下发脚本修改

parent c9b8b25e
......@@ -9,7 +9,7 @@
"msgName": "车险报案环节信息",
"msgCode": "ClaimCase-RegistCar",
"sendTime": "${.now?string("yyyy-MM-dd HH:mm:ss")}",
"data": [{
"data": {
"reportDate":"${actualData.reportDate!}" <#-- "xx",//报案时间 -->
,"damageAddress":"${actualData.damageAddress!}" <#-- "xx",//出险地点 -->
,"accidentNo":"${actualData.accidentNo!}" <#-- "xx",//事故号 -->
......@@ -33,7 +33,7 @@
,"latitude":"<#if actualData.prplcdamage??><#if actualData.prplcdamage.prpldamageaddress??>${actualData.prplcdamage.prpldamageaddress.latitude!}</#if></#if>" <#-- "xx",//纬度 -->
,"damageTypeDesc":"<#if actualData.prplcdamage??>${actualData.prplcdamage.damageName!}</#if>" <#-- "xx",//出险原因 -->
,"damageCourse":"<#if actualData.prplcdamage??>${actualData.prplcdamage.damageCourse!?replace("\r\n","")}</#if>" <#-- "xx",//出险经过 -->
}]
}
}
......
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