update
This commit is contained in:
parent
cc937ee684
commit
499ba32cfe
@ -52,7 +52,6 @@
|
||||
public function add()
|
||||
{
|
||||
$params = (new ProjectAttendanceDetailValidate())->post()->goCheck('add');
|
||||
halt($params);
|
||||
$result = ProjectAttendanceDetailLogic::add($params);
|
||||
if (true === $result) {
|
||||
return $this->success('添加成功', [], 1, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user