Explorar o código

集成电路人才数据转移

sandm hai 1 ano
pai
achega
2a66a385bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);