1.28功能提交

master
zhengyongxing 4 years ago
parent 77f7eda10f
commit 25ec474c1c

@ -394,13 +394,13 @@ class UserController extends AdminController
}
}
if (strtotime($_POST['apply_leave_time'])<time()) {
$this->error('申请离职时间不能早于当前时间!');
}
if (strtotime($_POST['leave_time'])<time()) {
$this->error('离职时间不能早于当前时间!');
}
// if (strtotime($_POST['apply_leave_time'])<time()) {
// $this->error('申请离职时间不能早于当前时间!');
// }
//
// if (strtotime($_POST['leave_time'])<time()) {
// $this->error('离职时间不能早于当前时间!');
// }
if (strtotime($_POST['apply_leave_time'])>strtotime($_POST['leave_time'])) {
$this->error('申请离职时间不得晚于离职时间!');

Loading…
Cancel
Save