Pārlūkot izejas kodu

调整贵州,sql脚本,添加对xwcmmetaviewemployer表视图EmployerId的处理

lijihong 6 gadi atpakaļ
vecāks
revīzija
698692d9a2

+ 4 - 4
TRS.WCM.Developer/贵州项目/3_sp_data_migration_xwcmmetaviewemployer.sql

@@ -64,12 +64,12 @@ CREATE PROCEDURE sp_data_migration_xwcmmetaviewemployer(IN prevMetaViewEmployerI
             SET f_CHANNELID = f_CHANNELID + channelIdOffset;
             SET f_VIEWID = f_VIEWID + viewIdOffset;
 
-            IF (f_FOLDERTYPE = 103)
-              THEN SET f_FOLDERID = f_FOLDERID + siteIdOffset;
+            IF (f_EmployerType = 103)
+              THEN SET f_EmployerId = f_EmployerId + siteIdOffset;
             END IF ;
 
-            IF (f_FOLDERTYPE = 101)
-              THEN SET f_FOLDERID = f_FOLDERID + channelIdOffset;
+            IF (f_EmployerType = 101)
+              THEN SET f_EmployerId = f_EmployerId + channelIdOffset;
             END IF ;