|
|
|
@ -344,10 +344,10 @@ public class Ghre_StudyRuleServices : BaseServices<Ghre_StudyRule, Ghre_StudyRul |
|
|
|
|
var ruleStaffIds = ruleStaffs.Select(x => x.StaffId).ToList(); |
|
|
|
|
|
|
|
|
|
#region 抓取新入职员工 |
|
|
|
|
int month = 3; |
|
|
|
|
var inStaffIds = new List<int>(); |
|
|
|
|
if (rule.TrainType == "NewStaff") |
|
|
|
|
{ |
|
|
|
|
int month = 3; |
|
|
|
|
var config = await Db.Queryable<Ghre_Config>().Where(x => x.ConfigCode == "New_Staff_Month").FirstAsync(); |
|
|
|
|
if (config != null) |
|
|
|
|
{ |
|
|
|
|