xiaoyong931011
2021-04-19 fe33bff3bddc2bbd3392113b6f6ba30eb96064a1
zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopCouponRecordDao.xml
@@ -311,4 +311,8 @@
        </if>
    </select>
    <select id="countUnuseCouponRecord" resultType="java.lang.Integer">
        select  count(*) from shop_coupon_record where user_id = #{userId} and   is_using = 2
    </select>
</mapper>