|
@@ -142,7 +142,7 @@ public class TTrainingbccController extends BaseController
|
|
|
while (iterator.hasNext()) {
|
|
|
TStaffmgr t = iterator.next();
|
|
|
if (t.getLeftDate() != null && t.getDelFlag() == 9) {
|
|
|
- if (t.getLeftDate().getTime() - tTrainingbcc.getStartDate().getTime() < 0l) {
|
|
|
+ if (t.getLeftDate().getTime() - tTrainingbcc.getCourseStartdate().getTime() < 0l) {
|
|
|
logger.debug(t.getName() + "离职时间小于培训时间");
|
|
|
iterator.remove();
|
|
|
}
|