Compare commits

..

2 Commits

Author SHA1 Message Date
wyw
36a99f40dc Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe 2025-11-26 20:23:47 +08:00
wyw
1ce54c8f13 培训计划 年度核对 2025-11-26 20:23:41 +08:00

View File

@ -1398,7 +1398,7 @@ namespace APT.PP.WebApi.Controllers.Api.PP
{
year++;//超过9月算 制定 明年的代办
}
var yearPlan = this.GetEntity<T_SE_TRAIN_PLAN>(e => e.TYPE == PlanType.Company && !e.IS_DELETED);//e.YEAR == year &&
var yearPlan = this.GetEntity<T_SE_TRAIN_PLAN>(e => e.YEAR == year && e.TYPE == PlanType.Company && !e.IS_DELETED);
if (yearPlan != null)
{
return true;