Преглед изворни кода

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

release_toaliyun_real
hupeng пре 7 година
родитељ
комит
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>



Loading…
Откажи
Сачувај