|
@@ -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);
|