Compare commits
No commits in common. "ccdbb16ad60c725cea83262eee72a41112498ccf" and "1734a9ac4316b7dc7eb9036a413f5e2224d7bb13" have entirely different histories.
ccdbb16ad6
...
1734a9ac43
@ -2344,6 +2344,10 @@ public class EstimateService {
|
|||||||
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
|
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
|
||||||
message.getMessage("common.message.required.data", "Plan No"));
|
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())) {
|
if (StringUtils.isEmpty(estimateRequest.getUserId())) {
|
||||||
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
|
throw new QcastException(ErrorCode.INVALID_INPUT_VALUE,
|
||||||
message.getMessage("common.message.required.data", "User ID"));
|
message.getMessage("common.message.required.data", "User ID"));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user