Description
opened by wada at 2020-07-17T16:59:21; updated 2022-09-08T18:00:10
- [x] tool_event_raid_present.inc
カード複数配布に対応
- [x] tool_event_raid_point.inc
修正
wada assign at 2020-07-22T18:33:46: Not assigned:wada
wada commit at 2020-07-23T23:18:38: レイドランキング報酬スクリプトの修正 #51
b96e7be06d935ebba4ffef0d227c9c9b61a01ea5
wada commit at 2020-07-23T23:18:38: 獲得ptの進捗集計スクリプト修正 #51
261d2997c5280b48f9a8cdf619b897c103941256
wada commit at 2020-07-23T23:18:38: 集計処理を理解しやすく #51
7f073dd677e052685682d17d167ce16ba567ab8d
wada add_label at 2020-07-23T23:23:52: レビュー待ち
Comment
#5799 by wada at 2020-07-27T09:26:50; updated 2020-07-27T09:26:50
確認に必要なデータ
- tool_event_raid_present.inc
user_mission.total_raid_point
個人のレイドに対するダメージ量
- tool_event_raid_point.inc
user_mission.raid_point2
個人の獲得ポイント
ローカル環境での確認手順
(実行前に$debug_flgを0に設定)
cd ./jr-web/Docker_ds
docker-compose exec web bash
cd /home/web/jr-web/lib/exec/
# 報酬配布
ENVIRONMENT=development PF=yamada HTTP_HOST=127.0.0.1 IS_DOCKER=true php tool_event_raid_present.inc
# ポイント集計
ENVIRONMENT=development PF=yamada HTTP_HOST=127.0.0.1 IS_DOCKER=true php tool_event_raid_point.inc
Comment
#5830 by iwamoto at 2020-07-27T17:40:50; updated 2020-07-27T17:40:50
@wada
こちら確認しました
問題ないかと思います
wada delete_label at 2020-07-28T10:39:40: レビュー待ち
wada add_label at 2020-07-28T10:41:04: リリース待ち
wada commit at 2020-07-30T12:02:19: 達成ptが1つ後になっていた #51
fd7fc0e37b9abde227464baa31301126e5d3803e
wada delete_label at 2020-07-30T15:39:24: リリース待ち
wada close_comment at 2020-07-30T15:39:33: 本番反映済み