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

[cardSpend][修改]:findCount需用WxCardSpend

release_toaliyun_real
Stormeye Wu 7 лет назад
Родитель
Сommit
f25303bbf8
1 измененных файлов: 6 добавлений и 6 удалений
  1. +6
    -6
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

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

@@ -114,6 +114,12 @@
</where>
</select>

<select id="findCount" parameterType="com.iformall.domain.po.WxCardSpend" resultType="Integer">
select count(*)
from wx_card_spend
<include refid="dynamicWhereConditions"/>
</select>


<resultMap id="VoResultMap" type="com.iformall.domain.vo.WxCardSpendVo">
<id column="id" jdbcType="BIGINT" property="id"/>
@@ -227,12 +233,6 @@
</if>
</sql>

<select id="findCount" parameterType="com.iformall.domain.vo.WxCardSpendVo" resultType="Integer">
select count(*)
from wx_card_spend cs
<include refid="dynamicVoWhereConditions"/>
</select>

<select id="findCardSpendVoList" parameterType="com.iformall.domain.vo.WxCardSpendVo" resultMap="VoResultMap">
select
<include refid="allVoColumns"/>


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