Compare commits

..

No commits in common. "36a99f40dc7a95ff4e6db41f6275691e45171861" and "992d3b535ac150762f00d271e49430f3b3c1ff76" have entirely different histories.

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.YEAR == year && e.TYPE == PlanType.Company && !e.IS_DELETED);
var yearPlan = this.GetEntity<T_SE_TRAIN_PLAN>(e => e.TYPE == PlanType.Company && !e.IS_DELETED);//e.YEAR == year &&
if (yearPlan != null)
{
return true;