fix:新建shop门店新增storeId,建店携带storeId

This commit is contained in:
wangff
2025-11-12 18:39:52 +08:00
parent c99c4375d7
commit e6e57d6304
5 changed files with 13 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ public class SyncMainSysServerImpl implements SyncMainSysServer {
return;
}
storeMasterDTO.setEnterpriseId(eid);
storeMasterDTO.setStoreId(shopInfo.getStoreId());
storeMasterDTO.setStoreStatus("not_open");
storeMasterDTO.setStoreName(shopInfo.getShopName());
storeMasterDTO.setStoreNum(shopInfo.getShopCode());