2134
This commit is contained in:
parent
36a99f40dc
commit
fc569622a3
@ -1398,7 +1398,7 @@ namespace APT.PP.WebApi.Controllers.Api.PP
|
||||
{
|
||||
year++;//超过9月算 制定 明年的代办
|
||||
}
|
||||
var yearPlan = this.GetEntity<T_SE_TRAIN_PLAN>(e => e.YEAR == year && e.TYPE == PlanType.Company && !e.IS_DELETED);
|
||||
var yearPlan = this.GetEntity<T_SE_TRAIN_PLAN>(e => e.YEAR == year && e.TYPE == PlanType.Company && !e.IS_DELETED && e.CREATE_TIME.HasValue && e.CREATE_TIME.Value.Date == dtNow.Date);
|
||||
if (yearPlan != null)
|
||||
{
|
||||
return true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user