|
|
|
@@ -30,6 +30,6 @@ public interface WxCouponPasswordMapper extends CommonMapper<WxCouponPassword, L |
|
|
|
|
|
|
|
void updateIsStop(@Param("tenantId")String tenantId,@Param("id")Long Id,@Param("isStop")Integer isStop); |
|
|
|
|
|
|
|
void setPrice(@Param("tenantId")String tenantId,@Param("couponId")Long couponId,@Param("price")Integer price); |
|
|
|
void setPrice(@Param("tenantId")String tenantId,@Param("id")Long id,@Param("couponId")Long couponId,@Param("price")Integer price); |
|
|
|
|
|
|
|
} |