Commit ed21f41a by guojuxing

门店同步代码修改

parent a02c2eb3
......@@ -130,6 +130,7 @@ public class StoreMessageHandler implements MessageHandler {
storeSearchDTO.setStoreIds(String.valueOf(storeId));
storeSearchDTO.setSearchJson(storeWidgetDTO.getSearchParam());
storeSearchDTO.setEnterpriseId(enterpriseId);
storeSearchDTO.setOwnType(StoreOwnTypeEnum.OWNER.getCode());
Long count = this.storeApiService.queryStoreCountFromEs(storeSearchDTO).getResult();
boolean ownExist = count > 0 ? true : false;
Integer unionEnterpriseId = dto.getUnionEnterpriseId();
......
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