DBStudyActivity getEnableActivityByUserId: Add theme_name, theme_introduction

This commit is contained in:
Yuan Chiu 2014-11-26 22:38:24 +08:00
parent b86677cb9a
commit 419ed21ae2

View File

@ -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'],