Commit c5a62cf0 by 徐高华

活码判断门店状态

parent 7c207e65
...@@ -596,11 +596,6 @@ public class HmLinkApiServiceImpl implements HmLinkApiService { ...@@ -596,11 +596,6 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
if (StringUtils.isBlank(inStoreId) || "-1".equals(inStoreId)) { if (StringUtils.isBlank(inStoreId) || "-1".equals(inStoreId)) {
return null; return null;
} }
StoreDTO storeDTO = this.storeService.getStore(inStoreId) ;
if(null == storeDTO || storeDTO.getStatus() != 2) {
log.info("门店状态非上线");
return null ;
}
HmQrcodeBO hm = null; HmQrcodeBO hm = null;
ClerkDTO dzClerk = this.clerkService.getClerkLeaderByStoreId(inStoreId); ClerkDTO dzClerk = this.clerkService.getClerkLeaderByStoreId(inStoreId);
if (null != dzClerk) { if (null != dzClerk) {
......
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