This commit is contained in:
shuo.wang
2025-06-06 17:57:34 +08:00
parent 1eb42edb88
commit ba796a1d08

View File

@@ -96,6 +96,7 @@ public class FranchiseFeeServiceImpl implements FranchiseFeeService {
}
@Override
@Transactional(rollbackFor = Exception.class)
public Boolean update(FranchiseFeeRequest request) {
ShopStageInfoDO shopStageInfo = shopStageInfoDAO.getShopSubStageInfo(request.getShopId(), ShopSubStageEnum.SHOP_STAGE_7);
if (shopStageInfo.getShopSubStageStatus().equals(ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_73.getShopSubStageStatus())){