Commit 050ee6c0 by fudahua

企业门店初始化

parent e6e9159e
......@@ -273,6 +273,7 @@ public class WxEnterpriseRelatedApiServiceImpl implements WxEnterpriseRelatedApi
//刷新门店信息
ServiceResponse response = this.flushBindStoreByEnterpriseId(detailDTO.getEnterpriseId(), detailDTO.getWxEnterpriseId(), detailDTO.getStaffId(), ChannelCodeEnum.ADMIN_UNBIND.getCode());
logger.info("刷新返回信息:{}", JSONObject.toJSONString(response));
//如果已经在刷新了 需要放入队列再刷新
if (response.getCode() == 2) {
logger.info("放入队列刷新:{}", detailDTO.getEnterpriseId());
FlushStoreMqDTO flushStoreMqDTO = new FlushStoreMqDTO();
......
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