add log
This commit is contained in:
@@ -704,7 +704,7 @@ public class PointServiceImpl implements PointService {
|
||||
ShopInfoDO updateShop = new ShopInfoDO();
|
||||
updateShop.setId(shopId);
|
||||
updateShop.setPointId(pointId);
|
||||
shopInfoDAO.updateShopInfo(shopInfo);
|
||||
shopInfoDAO.updateShopInfo(updateShop);
|
||||
shopStageInfoDAO.updateShopStageInfo(shopId, ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_11);
|
||||
PointDetailInfoDO updateDetail = new PointDetailInfoDO();
|
||||
updateDetail.setPointId(pointId);
|
||||
|
||||
Reference in New Issue
Block a user