瀏覽代碼

集成电路人才数据转移

sandm 1 年之前
父節點
當前提交
2a66a385bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);