chengf
2025-07-08 ca889473b1ba981485a416d820322db87c06d1fe
java110-db/src/main/resources/mapper/fee/ImportFeeServiceDaoImplMapper.xml
@@ -52,6 +52,9 @@
        <if test="feeTypeCd !=null and feeTypeCd != ''">
            , t.fee_type_cd= #{feeTypeCd}
        </if>
        <if test="secondaryFeeTypeCd !=null and secondaryFeeTypeCd != ''">
            , t.secondary_fee_type_cd= #{secondaryFeeTypeCd}
        </if>
        <if test="communityId !=null and communityId != ''">
            , t.community_id= #{communityId}
        </if>