Merge #134 into master from cc_20260513_soreDone

feat:开业之后 门店是否完成

* cc_20260513_soreDone: (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/134
This commit is contained in:
正新
2026-05-13 07:09:51 +00:00
parent 52cc142e81
commit b4e7953aaf

View File

@@ -1153,6 +1153,7 @@ public class ShopServiceImpl implements ShopService {
if (store!=null){ if (store!=null){
storeDao.updateStoreOpenDate(store.getStoreId(), request.getOpenDate()); storeDao.updateStoreOpenDate(store.getStoreId(), request.getOpenDate());
} }
preparationService.updateShopStatus(request.getShopId());
return Boolean.TRUE; return Boolean.TRUE;
} }