Просмотр исходного кода

[会员结构][修改]mapper 修改了判断条件

release_toaliyun_real
jinguo24@163.com 7 лет назад
Родитель
Сommit
4efa02b577
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Просмотреть файл

@@ -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 &gt;= #{startTime}
</if>


Загрузка…
Отмена
Сохранить