|
@@ -611,7 +611,7 @@ public class CustomerApiController {
|
|
|
insuranceclaimthreads.add(claimSource);
|
|
|
}
|
|
|
insuranceclaimthread.put("isClaim",insuranceclaimthreads.size()>0?"是":"否");
|
|
|
- insuranceclaimthread.put("claimAmount",claimAmount);
|
|
|
+ insuranceclaimthread.put("claimAmount",df.format(claimAmount));
|
|
|
insuranceclaimthread.put("claimType",claimType);
|
|
|
map.put("insuranceclaimthread",insuranceclaimthread);
|
|
|
mpInfo.put("prem",df.format(prem));
|