|
|
@ -128,8 +128,8 @@ public class ProjectDailyService extends ServiceImpl<ProjectDailyMapper, Project |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
map.put("creditLimitTotal",String.format("%.2f",creditLimitTotal)); |
|
|
|
map.put("useLimitTotal",String.format("%.2f",useLimitTotal)); |
|
|
|
map.put("creditLimitTotal",String.format("%.2f",creditLimitTotal/10000)); |
|
|
|
map.put("useLimitTotal",String.format("%.2f",useLimitTotal/10000)); |
|
|
|
map.put("list",list); |
|
|
|
return map; |
|
|
|
} |
|
|
|