Merge #36 into master from cc_20260130_store

feat::门店信息提供

* cc_20260130_store: (1 commits squashed)

  - feat::门店信息提供

Signed-off-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>
Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/36
This commit is contained in:
正新
2026-02-02 06:36:14 +00:00
parent 77fea915e9
commit b3b98d980a
5 changed files with 63 additions and 2 deletions

View File

@@ -447,9 +447,11 @@ public class StoreServiceImpl implements StoreService {
dto.setOrderMiniProgramName(store.getMiniProgramOrderStoreName());
dto.setStatus(StoreStatusEnum.getName(store.getStoreStatus()));
if (store.getRegionId() != null){
dto.setRegionId(store.getRegionId());
dto.setManagerSupervisionName(regionMap.get(store.getRegionId()));
}
if (store.getBranch()!=null){
dto.setBranchId(store.getBranch());
dto.setBranchName(regionMap.get(store.getBranch()));
}
if (store.getJoinSupervision()!=null){