check
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
|
||||
select distinct
|
||||
concat(mes.nombre,' ',year(evento.fecha_inicio)) as text,
|
||||
date_format(evento.fecha_inicio,'%Y%m') as id
|
||||
from evento
|
||||
inner join mes on month(evento.fecha_inicio)=mes.id
|
||||
where evento.estado=1
|
||||
order by evento.fecha_inicio
|
||||
;
|
||||
|
||||
month(tienda_evento.fecha_inicio) as month,
|
||||
year(tienda_evento.fecha_inicio) as year,
|
||||
date_format(tienda_evento.fecha_inicio,'%Y%m') as id
|
||||
from tienda_evento
|
||||
where estado=1 and estore = 1;
|
||||
|
||||
Reference in New Issue
Block a user