|
@@ -179,9 +179,9 @@ func getAllActivity(productCode, userId, appId, userName, userPhone string, rece
|
|
Where(" a.state=1 and if ( (a.preheatingTime IS NULL or a.preheatingTime='' ) , a.beginDate<now() ,a.preheatingTime<now()) and a.endDate>=now() and p.productCode=? ", productCode).
|
|
Where(" a.state=1 and if ( (a.preheatingTime IS NULL or a.preheatingTime='' ) , a.beginDate<now() ,a.preheatingTime<now()) and a.endDate>=now() and p.productCode=? ", productCode).
|
|
err = orm.SQL("SELECT a.*, GROUP_CONCAT(u.lotteryId) as lotteryIdArr FROM "+
|
|
err = orm.SQL("SELECT a.*, GROUP_CONCAT(u.lotteryId) as lotteryIdArr FROM "+
|