Przeglądaj źródła

//activity v.

release_toaliyun_real
xiaohu 9 miesięcy temu
rodzic
commit
e5deecdfb0
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxVtwoActivityGrantExportTwoMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxVtwoActivityGrantExportTwoMapper.xml Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz