|
|
|
@@ -153,7 +153,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<select id="findCountByAge" parameterType="com.simple.domain.dto.WxCuerBasicInfoDto" resultType="java.lang.Long"> |
|
|
|
select count(id) from wx_c_user_basic_info where birthdate != null |
|
|
|
select count(id) from wx_c_user_basic_info where birthdate is not NULL |
|
|
|
<if test=" null != startTime "> |
|
|
|
and create_date >= #{startTime} |
|
|
|
</if> |
|
|
|
|