Pārlūkot izejas kodu

集成电路人才数据转移

sandm 1 gadu atpakaļ
vecāks
revīzija
2a66a385bb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/admin/controller/System.php

+ 1 - 1
app/admin/controller/System.php

@@ -90,7 +90,7 @@ class System extends AdminController {
     public function import_old_jcdl() {
         $where = [];
         $where[] = ["type", "=", 2];
-        $where[] = ["name", "=", "夏勇"];
+        $where[] = ["name", "=", "杨忠宪"];
         $list = Db::table("un_talent_info")->where($where)->select();
         $count = session("oldJcjlTalentInfoToNewTable");
         $count += count($list);