DBStudyActivity getEnableActivityByUserId: Add theme_name, theme_introduction
This commit is contained in:
parent
b86677cb9a
commit
419ed21ae2
@ -795,6 +795,8 @@ $sqlString = $sqlString_SA." UNION ".$sqlString_SW." UNION ".$sqlString_TG;
|
||||
'activity_id' => $thisResult['SaID'],
|
||||
'activity_will_id' => $thisResult['SwID'],
|
||||
'theme_id' => $thisResult['ThID'],
|
||||
'theme_name' => $thisResult['ThName'],
|
||||
'theme_introduction' => $thisResult['ThIntroduction'],
|
||||
'start_time' => $thisResult['StartTime'],
|
||||
'expired_time' => $thisResult['ExpiredTime'],
|
||||
'have_time' => $thisResult['HaveTime'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user