Forráskód Böngészése

集成电路人才数据转移

sandm 1 éve
szülő
commit
07fc401118
1 módosított fájl, 1 hozzáadás és 0 törlés
  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);