Skip to content

Commit

Permalink
Merge pull request #1100 from itldg/patch-1
Browse files Browse the repository at this point in the history
fix: 修复定时采集角色第二页会提示分类不存在
  • Loading branch information
magicblack committed May 13, 2024
2 parents 1233170 + 191f2e5 commit 48343a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/common/model/Collect.php
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@ public function role_data($param,$data,$show=1)
if($res['code']>1){
return $this->error($res['msg']);
}
$this->actor_data($param,$res );
$this->role_data($param,$res );
}
mac_echo(lang('model/collect/is_over'));
die;
Expand Down

0 comments on commit 48343a4

Please sign in to comment.