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