Quellcode durchsuchen

集成电路人才数据转移

sandm vor 1 Jahr
Ursprung
Commit
07fc401118
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      app/admin/controller/System.php

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

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