|
|
|
@@ -152,7 +152,7 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="findCountBySex" parameterType="com.simple.domain.dto.WxCuerBasicInfoDto"> |
|
|
|
<select id="findCountByAge" parameterType="com.simple.domain.dto.WxCuerBasicInfoDto"> |
|
|
|
select count(id) from wx_c_user_basic_info where |
|
|
|
create_date >= #{startTime} |
|
|
|
and create_date <= #{endTime} |
|
|
|
|