updateBranchShopDetail / 增加字段

This commit is contained in:
shuo.wang
2025-01-17 10:44:53 +08:00
parent 9167d90424
commit 420d88ba28
2 changed files with 6 additions and 0 deletions

View File

@@ -314,6 +314,8 @@ public class ShopServiceImpl implements ShopService {
ShopInfoDO shopInfo = shopInfoDAO.getShopInfo(request.getShopId());
shopInfo.setUpdateUserId(userId);
shopInfo.setUpdateTime(new Date());
shopInfo.setShopCode(request.getShopCode());
shopInfo.setShopName(request.getShopName());
shopInfo.setWantShopAreaId(request.getWantShopAreaId());
shopInfo.setRegionId(request.getRegionId());
shopInfo.setJoinMode(request.getJoinMode());