Преглед изворни кода

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

release_toaliyun_real
jinguo24@163.com пре 7 година
родитељ
комит
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 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 "> <if test=" null != startTime ">
and create_date &gt;= #{startTime} and create_date &gt;= #{startTime}
</if> </if>


Loading…
Откажи
Сачувај