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

[A端][修复]:更改couponchannelmapper.xml后的统一问题

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
2df8893abe
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/vo/WxOrderCouponVo.java
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/vo/WxOrderCouponVo.java Просмотреть файл

@@ -90,7 +90,7 @@ public class WxOrderCouponVo {
/*面额**/
@io.swagger.annotations.ApiModelProperty(value="面额",name="price")
private Integer price;
/**单位**/
/*单位**/
@io.swagger.annotations.ApiModelProperty(value="单位0:钱分,1:小时",name="unit")
private Integer unit;
/*须知**/


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

@@ -145,7 +145,7 @@
</select>

<select id="countCoupon" parameterType="com.iformall.domain.po.WxCouponChannel" resultType="java.lang.Integer">
select count(distinct coupon_id) from wx_coupon_channel
select count(distinct coupon_id) from wx_coupon_channel cc
<include refid="dynamicWhereConditions" />
</select>



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