|
@@ -145,7 +145,7 @@ public class GameBackPolicyServiceImpl extends ServiceImpl<GameBackPolicyMapper,
|
|
|
if (dto.getOrderStatus().equals(COMPLETE_ORDER) || doBack) {
|
|
|
ResultVO<Boolean> result = userActionSetRpc.reportByAppId(dataReportOfAppIdRpcDTO);
|
|
|
if (result.getCode() == HttpStatus.HTTP_OK) {
|
|
|
- gameTencentOrder.setIsBack(BackStatusEnum.FAILED.getBackStatus());
|
|
|
+ gameTencentOrder.setIsBack(BackStatusEnum.SUCCESS.getBackStatus());
|
|
|
gameTencentOrder.setBackLog("回传成功");
|
|
|
gameTencentOrderService.updateById(gameTencentOrder);
|
|
|
|