Selaa lähdekoodia

[会员][修改]:导出相关查询接口参数类型修正

release_toaliyun_real
hupeng 7 vuotta sitten
vanhempi
commit
696822c6ec
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Näytä tiedosto

@@ -321,7 +321,7 @@
<if test=" null != sortColumns">order by ${sortColumns}</if> <if test=" null != sortColumns">order by ${sortColumns}</if>
</sql> </sql>


<select id="findVoList" parameterType="com.iformall.domain.vo.WxCUserBasicInfoVo" resultMap="VoBaseResultMap">
<select id="findVoList" parameterType="com.iformall.domain.po.WxCUserBasicInfo" resultMap="VoBaseResultMap">
select select
<include refid="allVoColumns"/> <include refid="allVoColumns"/>
from wx_c_user_basic_info cu from wx_c_user_basic_info cu
@@ -329,7 +329,7 @@
<include refid="dynamicVoWhereConditions"/> <include refid="dynamicVoWhereConditions"/>
</select> </select>


<select id="countVoList" parameterType="com.iformall.domain.vo.WxCUserBasicInfoVo" resultType="java.lang.Integer">
<select id="countVoList" parameterType="com.iformall.domain.po.WxCUserBasicInfo" resultType="java.lang.Integer">
select select
count(*) count(*)
from wx_c_user_basic_info cu from wx_c_user_basic_info cu


Ladataan…
Peruuta
Tallenna