Просмотр исходного кода

/、send

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
ff452922a0
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml

+ 2
- 0
mallinkService/src/main/resources/mapper/WxCouponSendMapper.xml Просмотреть файл

@@ -114,8 +114,10 @@
<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


Загрузка…
Отмена
Сохранить