作者 lyh

Merge branch 'master-server' of http://47.244.231.31:8099/zhl/globalso-v6

... ... @@ -118,7 +118,7 @@ class HrLogic extends BaseLogic
DB::commit();
}catch (\Exception $e){
DB::rollBack();
$this->fail('系统错误,请联系管理员');
$this->fail('系统错误,请联系管理员'.$e->getMessage());
}
return $this->success();
}
... ...