1.财务共享功能开发
This commit is contained in:
parent
65caf1c583
commit
cadf5f0436
|
@ -181,6 +181,10 @@ public class DailyreimbursVisitCheckOp extends AbstractOperationServicePlugIn {
|
|||
}
|
||||
|
||||
Date firstDayOfYear = getFirstDayOfYear(startTime);
|
||||
if(visitYear <= 0){
|
||||
this.addFatalErrorMessage(extendedDataEntity, "当前探亲类型无探亲年限!");
|
||||
return;
|
||||
}
|
||||
//年限开始时间
|
||||
LocalDate firstDayYearsAgo = getFirstDayYearsAgo(dateToLocalDate(startTime), visitYear);
|
||||
Date lastDayOfYear = getLastDayOfYear(startTime);
|
||||
|
|
Loading…
Reference in New Issue