Helius
2021-04-12 4ffb1d977c62bb2c044c7a9a84e41e53f9d8a4c5
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>