Przeglądaj źródła

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

release_toaliyun_real
jinguo24@163.com 7 lat temu
rodzic
commit
4efa02b577
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Wyświetl plik

@@ -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>


Ładowanie…
Anuluj
Zapisz