liuhairui 3 weeks ago
parent
commit
bbde4c3ffa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Staff.php

+ 1 - 0
application/api/controller/Staff.php

@@ -91,6 +91,7 @@ class Staff extends Api
         }
         $list = db('人员_基本资料')
             ->field('
+                id,
                 staff_no as 员工编号,
                 staff_name as 员工姓名,
                 gender as 性别,