Commit 8504e0ce by zhiwj

添加授予商户的name返回

parent 7cd83678
......@@ -140,6 +140,7 @@ public class StoreServiceImpl implements StoreService {
storeDTO.setStoreGroupId(tabStore.getStoreGroupId());
storeDTO.setStoreId(tabStore.getStoreId());
storeDTO.setOwnType(tabStore.getOwnType());
storeDTO.setFromEnterpriseId(tabStore.getFromEnterpriseId());
return storeDTO;
}
return null;
......
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