Merge pull request '[1068] 견적서 삭제 api 수정' (#40) from feature/cha into dev

Reviewed-on: #40
This commit is contained in:
ysCha 2025-05-30 17:10:23 +09:00
commit fd35964144

View File

@ -2344,10 +2344,6 @@ public class EstimateService {
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
message.getMessage("common.message.required.data", "Plan No"));
}
if (StringUtils.isEmpty(estimateRequest.getSaleStoreId())) {
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
message.getMessage("common.message.required.data", "Sale Store ID"));
}
if (StringUtils.isEmpty(estimateRequest.getUserId())) {
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
message.getMessage("common.message.required.data", "User ID"));