updateBranchShopDetail / 增加字段
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user