Compare commits

..

No commits in common. "fd35964144bdfb4f559102c04c38f7353d40b5af" and "fb7870876409fdb54d35ff5002231be0259e54b6" 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"));