Commit 26220be3 by 程裕兵

feat:latest success apply

parent 8a1ec79c
...@@ -515,7 +515,7 @@ public class PayServiceImpl implements PayService { ...@@ -515,7 +515,7 @@ public class PayServiceImpl implements PayService {
StudioVO studio = studioRpcService.getStudio(params.getStudioId()); StudioVO studio = studioRpcService.getStudio(params.getStudioId());
PartyToMerchant relation = partyToMerchantRpService.getByStudioId(studio.getId(), config.getCashier()); PartyToMerchant relation = partyToMerchantRpService.getByStudioId(studio.getId(), config.getCashier());
if (null == relation) { if (null == relation) {
throw new BizException(FinanceErrorEnums.PAY_FAIL_1); throw new BizException(FinanceErrorEnums.PAY_FAIL_10);
} }
return Pair.of(relation, studio); return Pair.of(relation, studio);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment