|
|
@@ -1141,7 +1141,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService {
|
|
|
logger.info("zyp \n【收到转账回调V3::分公司】:{}",notifyData);
|
|
|
try {
|
|
|
// String json = configService.selectConfigByKey("redPacket.config");
|
|
|
- String json = companyConfigMapper.selectRedPacketConfigByKey(companyId);
|
|
|
+ String json = companyConfigService.selectRedPacketConfigByKey(companyId);
|
|
|
RedPacketConfig config = JSONUtil.toBean(json, RedPacketConfig.class);
|
|
|
|
|
|
//创建微信订单
|