| @@ -79,15 +79,15 @@ | |||||
| </sql> | </sql> | ||||
| <select id="findList" parameterType="com.iformall.domain.po.WxVtwoActivityGrantExportTwo" resultMap="BaseResultMap"> | <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" /> | <include refid="dynamicWhereConditions" /> | ||||
| </select> | </select> | ||||
| <select id="selectMaxOrderGrantCount" parameterType="com.iformall.domain.po.WxVtwoActivityGrantExportTwo" resultType="java.lang.Integer"> | <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" /> | <include refid="dynamicWhereConditions" /> | ||||
| </select> | </select> | ||||
| <select id="selectMaxJointGrantCount" parameterType="com.iformall.domain.po.WxVtwoActivityGrantExportTwo" resultType="java.lang.Integer"> | <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" /> | <include refid="dynamicWhereConditions" /> | ||||
| </select> | </select> | ||||