银盛以及部分逻辑

This commit is contained in:
liuyingfang
2023-04-27 18:39:50 +08:00
parent b5174dce3d
commit 87b056b47f
9 changed files with 27 additions and 21 deletions

View File

@@ -88,9 +88,9 @@ public class HomeController extends BaseNoModelController {
result.putAll(otherData);
if(amtData == null){
HashMap<String, Object> amtDataMap = new HashMap<>(16);
amtDataMap.put("toDayProfitCount", "0.00");
amtDataMap.put("toDayShareCount", "0.00");
amtDataMap.put("toDayFansCount", "0.00");
amtDataMap.put("toDayProfitCount", 0.00);
amtDataMap.put("toDayShareCount", 0.00);
amtDataMap.put("toDayFansCount", 0.00);
result.putAll(amtDataMap);
} else {
result.putAll(amtData);