|
|
@@ -555,8 +555,7 @@ |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="findVoStatusDetail" parameterType="java.lang.Long" resultMap="WxCouponCVoMapL"> |
|
|
<select id="findVoStatusDetail" parameterType="java.lang.Long" resultMap="WxCouponCVoMapL"> |
|
|
select |
|
|
|
|
|
<include refid="allColumns"/> |
|
|
|
|
|
|
|
|
select id, remain_inventory, status |
|
|
from wx_coupon |
|
|
from wx_coupon |
|
|
where id = #{id} |
|
|
where id = #{id} |
|
|
</select> |
|
|
</select> |
|
|
|