Your Name 5 月之前
父節點
當前提交
1afb41399a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      application/api/model/v1/Zc.php

+ 2
- 2
application/api/model/v1/Zc.php 查看文件

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

Loading…
取消
儲存