Browse Source

update

yangzhenli
V26772074 1 year ago
parent
commit
0aea4f57c9
  1. 6
      jnpf-tendering-biz/src/main/resources/mapper/BiddingProjectSubscribeMapper.xml

6
jnpf-tendering-biz/src/main/resources/mapper/BiddingProjectSubscribeMapper.xml

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

Loading…
Cancel
Save