|
|
|
@@ -114,10 +114,8 @@ |
|
|
|
<select id="findListVoByValidType" parameterType="com.iformall.domain.vo.WxCouponSendVo" resultMap="BaseResultMap"> |
|
|
|
select tt.* from (select |
|
|
|
<include refid="allColumns"/> |
|
|
|
, mui.name as operator |
|
|
|
from wx_coupon_send cs |
|
|
|
left join wx_coupon c on c.id = cs.coupon_id |
|
|
|
left join mall_user_info mui on mui.id = cs.operator_id |
|
|
|
<include refid="dynamicWhereConditions"/>) as tt |
|
|
|
where 1=1 |
|
|
|
and ((tt.valid_type=1 |
|
|
|
|