|
|
|
|
@ -165,13 +165,13 @@
@@ -165,13 +165,13 @@
|
|
|
|
|
count(case management_style when '1' then 1 end ) spCount, |
|
|
|
|
count(case management_style when '2' then 1 end ) baCount, |
|
|
|
|
<if test="param.type=='1'.toString()"> |
|
|
|
|
concat(date_format(create_time,'%d'),'日') xData |
|
|
|
|
concat(date_format(MAX(create_time),'%d'),'日') xData |
|
|
|
|
</if> |
|
|
|
|
<if test="param.type=='2'.toString()"> |
|
|
|
|
concat(date_format(create_time,'%m'),'月') xData |
|
|
|
|
concat(date_format(MAX(create_time),'%m'),'月') xData |
|
|
|
|
</if> |
|
|
|
|
<if test="param.type=='3'.toString()"> |
|
|
|
|
concat(date_format(create_time,'%Y'),'年') xData |
|
|
|
|
concat(date_format(MAX(create_time),'%Y'),'年') xData |
|
|
|
|
</if> |
|
|
|
|
from bidding_project_subscribe main |
|
|
|
|
where 1=1 |
|
|
|
|
|