|
|
@@ -28,7 +28,7 @@ public class TripReimBurseBillValidator extends AbstractValidator {
|
|
|
Date endDate = tripEntry.getDate("enddate");
|
|
|
String msg = checkDateIsExists(billId, userId, startDate, endDate);
|
|
|
if(msg.length() > 0) {
|
|
|
- this.addErrorMessage(dataEntity, "存在开始时间、结束时间重叠的单据:" + msg);
|
|
|
+ this.addWarningMessage(dataEntity, "存在开始时间、结束时间重叠的单据:" + msg + ",是否确认提交?");
|
|
|
}
|
|
|
}
|
|
|
}
|