Explorar el Código

//activity v.

release_toaliyun_real
xiaohu hace 9 meses
padre
commit
e5deecdfb0
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxVtwoActivityGrantExportTwoMapper.xml

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

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



Cargando…
Cancelar
Guardar