|
@@ -62,6 +62,7 @@
|
|
|
DATE_FORMAT(a.start_time,'%Y-%m-%d') as startTime,
|
|
|
DATE_FORMAT(a.end_time,'%Y-%m-%d') as endTime,
|
|
|
a.service_status as serviceStatus,
|
|
|
+ a.url as url,
|
|
|
b.access_type as accessType,
|
|
|
case when c.id is null then 0 else 1 end as renewalsStutas,
|
|
|
case when sysdate()>a.end_time then 0 else 1 end as isExpire
|