Compare commits
No commits in common. "fd35964144bdfb4f559102c04c38f7353d40b5af" and "fb7870876409fdb54d35ff5002231be0259e54b6" have entirely different histories.
fd35964144
...
fb78708764
@ -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