Commit 466c0123 by 徐高华

商户过滤

parent 11d9f131
...@@ -121,7 +121,7 @@ public class StoreController extends WebBaseController { ...@@ -121,7 +121,7 @@ public class StoreController extends WebBaseController {
continue; continue;
} }
String enterprsieId = store.getEnterpriseId() ; String enterprsieId = store.getEnterpriseId() ;
if(StringUtils.isNotBlank(gicEnterpriseId) && gicEnterpriseId.equals(enterprsieId)) { if(StringUtils.isNotBlank(gicEnterpriseId) && !gicEnterpriseId.equals(enterprsieId)) {
logger.info("非当前商户,跳过={},{}",gicEnterpriseId,enterprsieId); logger.info("非当前商户,跳过={},{}",gicEnterpriseId,enterprsieId);
continue ; continue ;
} }
......
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