|
@@ -765,6 +765,7 @@ class U8XkyServerService extends Service
|
|
|
$model->cBusType = $data['cBusType']; // 业务类型前端写死
|
|
$model->cBusType = $data['cBusType']; // 业务类型前端写死
|
|
|
$model->cPTCode = $data['cPTCode'];
|
|
$model->cPTCode = $data['cPTCode'];
|
|
|
$model->cPTCodeTitle = $data['cPTCodeTitle'];
|
|
$model->cPTCodeTitle = $data['cPTCodeTitle'];
|
|
|
|
|
+ $model->mark = $data['mark'] ?? '';
|
|
|
$model->login_type = $user['login_type'];
|
|
$model->login_type = $user['login_type'];
|
|
|
$model->crt_id = $user['userid'];
|
|
$model->crt_id = $user['userid'];
|
|
|
$model->save();
|
|
$model->save();
|
|
@@ -825,6 +826,7 @@ class U8XkyServerService extends Service
|
|
|
$model->cBusType = $data['cBusType'];
|
|
$model->cBusType = $data['cBusType'];
|
|
|
$model->cPTCode = $data['cPTCode'];
|
|
$model->cPTCode = $data['cPTCode'];
|
|
|
$model->cPTCodeTitle = $data['cPTCodeTitle'];
|
|
$model->cPTCodeTitle = $data['cPTCodeTitle'];
|
|
|
|
|
+ $model->mark = $data['mark'] ?? '';
|
|
|
$model->save();
|
|
$model->save();
|
|
|
|
|
|
|
|
PuAppVouchs::where('del_time',0)
|
|
PuAppVouchs::where('del_time',0)
|