|
|
@@ -226,6 +226,9 @@ class HttpServerSettelement
|
|
|
|
|
|
try {
|
|
|
$noticeModel = $logic_obj->getNoticeDate($id);
|
|
|
+
|
|
|
+ $logic_obj->Reset_manualData($noticeModel->game_code, $noticeModel->match_id);
|
|
|
+
|
|
|
$result = $logic_obj->getCompResult($noticeModel->game_code, $noticeModel->match_id);
|
|
|
$moneySimples = $logic_obj->getSimplexData($noticeModel->game_code, $noticeModel->match_id);
|
|
|
$matchs_1 = $logic_obj->getMatchRecords($noticeModel->game_code, $noticeModel->match_id, 1);
|