pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeClientCardMapper.xml
@@ -569,4 +569,13 @@ ORDER BY card.id </select> <!--指定时间段内开卡总数量(物理卡)--> <select id="getOpenCountIcCardsCount" resultType="java.lang.Long"> SELECT count(*) FROM `se_client_card` WHERE createDt BETWEEN #{timeStart} AND #{timeStop} </select> </mapper>