Commit e2c65b6b by 程裕兵

feat:添加半屏小程序

parent c608fbd2
...@@ -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