Your Name 5 months ago
parent
commit
1afb41399a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      application/api/model/v1/Zc.php

+ 2
- 2
application/api/model/v1/Zc.php View File

@@ -472,7 +472,7 @@ class Zc extends Base{
472 472
                 'type'        => $gid, //所属职称主规则id
473 473
                 'type_son'        => $xid, //所属上级学历id
474 474
                 'is_zs' => 1,
475
-                'zhengshu' => json_encode([$sid]),
475
+                'zhengshu' => json_encode([(int)$sid]),
476 476
                 'sjnx' => json_encode([$rowData[0][9]]),
477 477
             ])->find();
478 478
         if($oen){
@@ -503,7 +503,7 @@ class Zc extends Base{
503 503
                 'bysj' =>0,
504 504
                 'bysj_time' => 0,
505 505
                 'is_zs' => 1,
506
-                'zhengshu' => json_encode([$sid]),
506
+                'zhengshu' => json_encode([(int)$sid]),
507 507
                 'sjnx' => json_encode([$rowData[0][9]]),
508 508
                 'gzyq' => json_encode([]),
509 509
                 'qttj' => '',

Loading…
Cancel
Save