|
|
@@ -264,7 +264,7 @@ class IssueService extends BaseService
|
|
|
$oddOrEven = $oddOrEven ? "双" : "单";
|
|
|
Prediction::result($info->issue_no, $size, $oddOrEven, $info->winning_numbers);
|
|
|
Cao::updateData($awards);
|
|
|
-// CaoHistory::updateData($awards);
|
|
|
+ CaoHistory::updateData($awards);
|
|
|
|
|
|
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '本期开奖']);
|