Procházet zdrojové kódy

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

release_toaliyun_real
hupeng před 7 roky
rodič
revize
2df8893abe
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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>



Načítá se…
Zrušit
Uložit