浏览代码

[会员管理][修复]mapper 错误

release_toaliyun_real
jinguo24@163.com 8 年前
父节点
当前提交
7446c58570
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml 查看文件

@@ -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 &gt;= #{startTime}
and create_date &lt;= #{endTime}


正在加载...
取消
保存