Commit 95134b3f authored by hezhen's avatar hezhen

123

parent 5d931fc6
......@@ -202,6 +202,9 @@ public class UserCouponBiz extends BaseBiz<UserCouponMapper, UserCoupon> {
}
couponAmout=couponAmout.add(getCouponAmout(couponId,channel,amout));
}
if (couponAmout.compareTo(amout)>0){
couponAmout=amout;
}
return couponAmout;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment