diff --git a/src/main/java/com/yxt/yythmall/biz/customerstore/CustomerStoreService.java b/src/main/java/com/yxt/yythmall/biz/customerstore/CustomerStoreService.java index c213185..47ffffe 100644 --- a/src/main/java/com/yxt/yythmall/biz/customerstore/CustomerStoreService.java +++ b/src/main/java/com/yxt/yythmall/biz/customerstore/CustomerStoreService.java @@ -34,8 +34,8 @@ public class CustomerStoreService extends MybatisBaseService getStoreBySid(String customerSid) { ResultBean rb=new ResultBean().fail(); - CustomerStoreVo vo=new CustomerStoreVo(); - vo=baseMapper.getStoreBySid(customerSid); + + CustomerStoreVo vo=baseMapper.getStoreBySid(customerSid); // if(null==vo){ // LpkStoreVo list= lpkStoreService.getAllStoreByQuery(new LpkStoreQuery()).getData().get(0); @@ -47,6 +47,11 @@ public class CustomerStoreService extends MybatisBaseService