Commit ae231b39 by 徐高华

log

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