You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT
id AS id,
activity_code AS activityCode,
activity_name AS activityName,
start_time AS startTime,
end_time AS endTime,
`state`,
bonus_type AS bonusType,
send_num AS sendNum,
points,
exchange_flag AS exchangeFlag,
exchange_points AS exchangePoints,
auth_code_key AS authCodeKey,
auth_code_key_repeat AS authCodeKeyRepeat,
`type`,
mobile_flag AS mobileFlag,
activity_code_list AS activityCodeList,
register_product_id AS registerProductId,
add_user AS addUser,
add_time AS addTime,
mod_user AS modUser,
delete_flag AS deleteFlag
FROM
tb_activity
WHERE
id !=1AND id NOT IN (1, 2)
and DATE_FORMAT(add_time, '%Y-%m-%d') ='2018-08-08';
SQL:
BUG: visitor.getConditions()解析出来缺少 DATE_FORMAT(add_time, '%Y-%m-%d')
The text was updated successfully, but these errors were encountered: