外协人员 工作地点导入问题修复

This commit is contained in:
2025-10-30 19:10:14 +08:00
parent b378ee10f4
commit f054657c14
2 changed files with 291 additions and 290 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
UPDATE lc_outside_person set workPlaceName=(SELECT CAMPUS_NAME from campus_info WHERE CAMPUS_ID=lc_outside_person.workPlaceId );