正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -62,9 +62,9 @@ class UpgradeProjectCount extends Command | @@ -62,9 +62,9 @@ class UpgradeProjectCount extends Command | ||
| 62 | $end = date('Y-m-t', strtotime($v['month'])); | 62 | $end = date('Y-m-t', strtotime($v['month'])); |
| 63 | $arr['project_id'] = 439; | 63 | $arr['project_id'] = 439; |
| 64 | $res = $this->inquiry('www.cnzyl.com',$v['month']); | 64 | $res = $this->inquiry('www.cnzyl.com',$v['month']); |
| 65 | - $arr['month_count'] = 0; | 65 | + $arr['month_total'] = 0; |
| 66 | if(isset($res['data']['count'])){ | 66 | if(isset($res['data']['count'])){ |
| 67 | - $arr['month_count'] = $res['data']['count']; | 67 | + $arr['month_total'] = $res['data']['count']; |
| 68 | } | 68 | } |
| 69 | $arr['month'] = $v['month']; | 69 | $arr['month'] = $v['month']; |
| 70 | $arr['country'] = '{"\u5c3c\u65e5\u5229\u4e9a":1,"\u5370\u5ea6\u5c3c\u897f\u4e9a":1,"\u4f0a\u6717":1}'; | 70 | $arr['country'] = '{"\u5c3c\u65e5\u5229\u4e9a":1,"\u5370\u5ea6\u5c3c\u897f\u4e9a":1,"\u4f0a\u6717":1}'; |
-
请 注册 或 登录 后发表评论