Commit 7b72bda1 by 程裕兵

Merge branch 'feature/mini-pay' into release/rc

parents 548ab837 e2c65b6b
...@@ -275,7 +275,6 @@ public class StudioMerchantServiceImpl implements StudioMerchantService { ...@@ -275,7 +275,6 @@ public class StudioMerchantServiceImpl implements StudioMerchantService {
return BeanUtil.map(embeddedXcx, StudioEmbeddedXcxVO.class); return BeanUtil.map(embeddedXcx, StudioEmbeddedXcxVO.class);
} }
@Async("financeThreadPool")
@Override @Override
public void bindEmbeddedXcx(Long studioId, List<String> appIds) { public void bindEmbeddedXcx(Long studioId, List<String> appIds) {
if (CollectionUtil.isEmpty(appIds)) { if (CollectionUtil.isEmpty(appIds)) {
......
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