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>