Explorar el Código

星科源 大版本修改

cqp hace 1 día
padre
commit
b1b3fcc566
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Service/U8XkyServerService.php

+ 2 - 0
app/Service/U8XkyServerService.php

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