瀏覽代碼

//activity v.

release_toaliyun_real
xiaohu 9 月之前
父節點
當前提交
e5deecdfb0
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxVtwoActivityGrantExportTwoMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxVtwoActivityGrantExportTwoMapper.xml 查看文件

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



Loading…
取消
儲存