Compare commits

..

No commits in common. "ccdbb16ad60c725cea83262eee72a41112498ccf" and "1734a9ac4316b7dc7eb9036a413f5e2224d7bb13" have entirely different histories.

View File

@ -2344,6 +2344,10 @@ 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"));