Ver código fonte

//activity v.

release_toaliyun_real
xiaohu 9 meses atrás
pai
commit
e5deecdfb0
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxVtwoActivityGrantExportTwoMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxVtwoActivityGrantExportTwoMapper.xml Ver arquivo

@@ -79,15 +79,15 @@
</sql>

<select id="findList" parameterType="com.iformall.domain.po.WxVtwoActivityGrantExportTwo" resultMap="BaseResultMap">
select <include refid="allColumns" /> from wx_vtwo_activity_grant_export
select <include refid="allColumns" /> from wx_vtwo_activity_grant_export_two
<include refid="dynamicWhereConditions" />
</select>
<select id="selectMaxOrderGrantCount" parameterType="com.iformall.domain.po.WxVtwoActivityGrantExportTwo" resultType="java.lang.Integer">
select max(order_grant_count) from wx_vtwo_activity_grant_export
select max(order_grant_count) from wx_vtwo_activity_grant_export_two
<include refid="dynamicWhereConditions" />
</select>
<select id="selectMaxJointGrantCount" parameterType="com.iformall.domain.po.WxVtwoActivityGrantExportTwo" resultType="java.lang.Integer">
select max(joint_grant_count) from wx_vtwo_activity_grant_export
select max(joint_grant_count) from wx_vtwo_activity_grant_export_two
<include refid="dynamicWhereConditions" />
</select>



Carregando…
Cancelar
Salvar