正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -73,7 +73,7 @@ class UpgradeProjectCount extends Command | @@ -73,7 +73,7 @@ class UpgradeProjectCount extends Command | ||
| 73 | if($previousInfo === false){ | 73 | if($previousInfo === false){ |
| 74 | $arr['total'] = $arr['month_total']; | 74 | $arr['total'] = $arr['month_total']; |
| 75 | }else{ | 75 | }else{ |
| 76 | - $arr['total'] = $res['data']['count'] + ($previousInfo['month_total'] ?? 0); | 76 | + $arr['total'] = $res['data']['count'] + ($previousInfo['total'] ?? 0); |
| 77 | } | 77 | } |
| 78 | } | 78 | } |
| 79 | if(isset($res['data']['data'])){ | 79 | if(isset($res['data']['data'])){ |
-
请 注册 或 登录 后发表评论