重复投保提示信息
<pre><code class="language-java"> autoTask.tempValues.put("repeatPropTip", "ceshi neirong 重复投保自动续接时间,重复投保的提示信息返回万家");
if(com.baoxian.util.StringUtil.isNoEmpty( autoTask.tempValues.repeatPropTip)){
if(entity.payInfo==null){
entity.payInfo =new com.baoxian.model.car.PayInfo();
}
entity.payInfo.payRemark=autoTask.tempValues.repeatPropTip;
}</code></pre>
<p>黄色图标
autoTask.tempValues.put("repeatPropTip", "平台信息对象");
if(com.baoxian.util.StringUtil.isNoEmpty( autoTask.tempValues.repeatPropTip)){
if(entity.payInfo==null){
entity.payInfo =new com.baoxian.model.car.PayInfo();
}
entity.payInfo.platformMessage=autoTask.tempValues.repeatPropTip;
}</p>