chengf
2025-08-26 ace8009da36d622f72e4145eb0b38f0a344f3a45
java110-db/src/main/resources/mapper/fee/FeeServiceDaoImplMapper.xml
@@ -954,4 +954,8 @@
          and t.batch_id = #{batchId}
          and t.community_id = #{communityId}
    </update>
    <select id="countValidPayFeeByConfigId" parameterType="Map" resultType="Integer">
        select count(1) from pay_fee where config_id = #{configId} and status_cd = 0
    </select>
</mapper>