|
|
|
@@ -210,6 +210,6 @@ |
|
|
|
</update> |
|
|
|
|
|
|
|
<select id="findGrantHistoryList" parameterType="com.iformall.domain.po.WxOfflineActivityGrantAward" resultMap="BaseResultMap"> |
|
|
|
select createBy,createDate from wx_offline_activity_grant_award where `activity_id` = #{activityId} and `cus_phone` = #{cusPhone} order by createDate asc |
|
|
|
select create_by,create_date from wx_offline_activity_grant_award where `activity_id` = #{activityId} and `cus_phone` = #{cusPhone} order by create_date asc |
|
|
|
</select> |
|
|
|
</mapper> |