commit
This commit is contained in:
+3
-3
@@ -89,7 +89,7 @@ public class TheRapyRecuperationEnrollServiceImpl extends ViServiceImpl<TheRapyR
|
||||
us.signUpMode,
|
||||
us.estimatedFamilyNumbers,
|
||||
line.files,
|
||||
cast( line.files ->> '$[0].id' AS CHAR ) AS fileId,
|
||||
line.files AS fileId,
|
||||
usgh.unionname AS usUnionName,
|
||||
usgh.id AS takePartInUnionId,
|
||||
u.username AS createUserName,
|
||||
@@ -220,7 +220,7 @@ public class TheRapyRecuperationEnrollServiceImpl extends ViServiceImpl<TheRapyR
|
||||
us.signUpMode,
|
||||
us.estimatedFamilyNumbers,
|
||||
line.files,
|
||||
cast( line.files ->> '$[0].id' AS CHAR ) AS fileId,
|
||||
line.files AS fileId,
|
||||
usgh.unionname AS usUnionName,
|
||||
usgh.id AS takePartInUnionId,
|
||||
u.username AS createUserName,
|
||||
@@ -801,7 +801,7 @@ public class TheRapyRecuperationEnrollServiceImpl extends ViServiceImpl<TheRapyR
|
||||
us.playStartTime,
|
||||
us.playEndTime,
|
||||
us.signUpMode,
|
||||
cast( line.files ->> '$[0].id' AS CHAR ) AS fileId,
|
||||
line.files AS fileId,
|
||||
gh.unionname AS signUpUnionName,
|
||||
ta.travelAgencyName,
|
||||
ta.contact,
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ public class TheRapyRecuperationLineAdjustmentServiceImpl extends ViServiceImpl
|
||||
us.playStartTime,
|
||||
us.playEndTime,
|
||||
line.files,
|
||||
cast( line.files ->> '$[0].id' AS CHAR ) AS fileId,
|
||||
line.files AS fileId,
|
||||
create_gh.unionname AS createUnionName,
|
||||
ta.travelAgencyName,
|
||||
us.unionId,
|
||||
|
||||
+1
-1
@@ -115,7 +115,7 @@ public class TheRapyRecuperationLineServiceImpl extends ViServiceImpl<TheRapyRec
|
||||
line.createMode,
|
||||
line.files,
|
||||
line.travelAgencyPlace,
|
||||
cast( line.files ->> '$[0].id' AS CHAR ) AS fileId,
|
||||
line.files AS fileId,
|
||||
gh.unionname AS createUnionName,
|
||||
u.username AS createUserName,
|
||||
ta.travelAgencyName,
|
||||
|
||||
Reference in New Issue
Block a user