fix 推送数据枚举错误
This commit is contained in:
@@ -66,7 +66,7 @@ public class HqtAPIServiceImpl implements HqtAPIService {
|
||||
log.info("开始推送门店信息request:{}",JSONObject.toJSONString(request));
|
||||
ShopInfoDO shopInfo = shopInfoDAO.getShopInfo(request.getShopId());
|
||||
//,加盟公司自有店->加盟公司建店 不推送数据 再crm中完成
|
||||
if ( shopInfo.getJoinMode().equals(JoinModeEnum.FRANCHISE_COMPANIES.getCode())){
|
||||
if ( shopInfo.getJoinMode().equals(JoinModeEnum.OWN_STORE.getCode())){
|
||||
log.info("加盟公司自有店->加盟公司建店 不推送数据 再crm中完成");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user