加盟合同优化

This commit is contained in:
shuo.wang
2025-04-22 14:05:45 +08:00
parent 574e0662e1
commit 51aa3c73a7

View File

@@ -411,6 +411,7 @@ public class ShopServiceImpl implements ShopService {
shopInfo.setRegionId(request.getRegionId());
shopInfo.setJoinMode(request.getJoinMode());
shopInfo.setFranchiseBrand(request.getFranchiseBrand());
shopInfo.setStoreType(request.getStoreType());
return shopInfoDAO.updateShopInfo(shopInfo);
}