Merge #2 into master from cc_20251112_wallet

fix:临时关闭营帐通建店推送

* cc_20251112_wallet: (2 commits squashed)

  - fix:钱包提现返回结果修改

  - fix:临时关闭营帐通建店推送

Signed-off-by: 王非凡 <accounts_67eba0c5fee9c49c80c8e2b4@mail.teambition.com>
Reviewed-by: 苏竹红 <accounts_68551bf01395375227aee211@mail.teambition.com>
Merged-by: 苏竹红 <accounts_68551bf01395375227aee211@mail.teambition.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/2
This commit is contained in:
王非凡
2025-12-04 09:48:29 +00:00
committed by 苏竹红
parent edbec8d8c1
commit 9a62d2e0c0

View File

@@ -185,8 +185,8 @@ public class SyncMainSysServerImpl implements SyncMainSysServer {
} }
storeMasterDTO.setSignerInfo(signerInfo); storeMasterDTO.setSignerInfo(signerInfo);
simpleMessageService.send(JSONObject.toJSONString(storeMasterDTO), RocketMqTagEnum.ZXJP_CREATE_STORE); simpleMessageService.send(JSONObject.toJSONString(storeMasterDTO), RocketMqTagEnum.ZXJP_CREATE_STORE);
// 推送营帐通 // TODO: 临时关闭,推送营帐通
pushStoreToYzt(shopInfo, lineInfoDO); // pushStoreToYzt(shopInfo, lineInfoDO);
} catch (Exception e) { } catch (Exception e) {
log.info("asdStore_error:{},shopId:{}", e.getMessage(), shopId.toString()); log.info("asdStore_error:{},shopId:{}", e.getMessage(), shopId.toString());
} }